Skip to content

Commit

Permalink
fix var names
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancini committed Sep 6, 2023
1 parent bb9b869 commit 40a272a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const makeList = [
// 'collect'
]

const makeCommands = [
const commands = [
// {
// command: 'rm',
// args: binList,
Expand All @@ -39,4 +39,4 @@ commands.push({
gri([
'cmd/**/*.go',
'pkg/**/*.go',
], makeCommands);
], commands);

0 comments on commit 40a272a

Please sign in to comment.