From 40a272a0858138c46140d4a38cb8cc40de5b8d62 Mon Sep 17 00:00:00 2001 From: ada mancini Date: Mon, 21 Aug 2023 17:21:37 -0400 Subject: [PATCH] fix var names --- bin/watch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/watch.js b/bin/watch.js index 0a30ce4dc..45a71b3d5 100755 --- a/bin/watch.js +++ b/bin/watch.js @@ -15,7 +15,7 @@ const makeList = [ // 'collect' ] -const makeCommands = [ +const commands = [ // { // command: 'rm', // args: binList, @@ -39,4 +39,4 @@ commands.push({ gri([ 'cmd/**/*.go', 'pkg/**/*.go', -], makeCommands); +], commands);