From 6a76d4e699b5fc323637e3ff8d9906b015bca48b Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 22 Sep 2019 08:06:27 +0900 Subject: [PATCH] refactor: remove golang and git dumping --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) 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 {