Skip to content

Commit

Permalink
fix setup script issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 8, 2020
1 parent 65c8544 commit 318f5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (error) {
}

var command =
'npx "https://gist.github.com/kentcdodds/bb452ffe53a5caa3600197e1d8005733" -q'
'npx "git://gist.github.com/bb452ffe53a5caa3600197e1d8005733.git" -q'
console.log(
color('subtitle', ' Running the following command: ' + command),
)
Expand Down

0 comments on commit 318f5d4

Please sign in to comment.