diff --git a/src/index.ts b/src/index.ts index 18be6a6..193d634 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,8 +8,6 @@ async function run() { const dump = async () => { // Show version await exec.exec('hugo version'); - await exec.exec('go version'); - await exec.exec('git --version'); }; try {