We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758e440 commit e747bf2Copy full SHA for e747bf2
1 file changed
scripts/hooks/post-checkout
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-echo "var npm = require("npm"); npm.load(function (err) {if (err) { throw err; } npm.commands.run(['jake', 'generate-diagnostics']); )" | node
+echo "var npm = require('npm'); npm.load(function (err) {if (err) { throw err; } npm.commands.run(['jake', 'generate-diagnostics']); })" | node
0 commit comments