Skip to content

Commit

Permalink
Merge pull request #5 from meonkeys/fix-audit-permisssion-typo
Browse files Browse the repository at this point in the history
improve console message during "audit-permission"
  • Loading branch information
awatson1978 committed Apr 16, 2015
2 parents 69c0eff + f5c1d7f commit 31984f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/starrynight.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ function parseRunTestArguments(npmPrefix){

//------------------------------------------------------------------------------------------
case "audit-permission":
console.log("Running tiny tests on packages. Check http://localhost:3000");
console.log("Fixing permissions in .meteor directory.");
childProcess.exec("chmod -R 755 .meteor", function(err, stdout, stderr) {
console.log(stdout);
});
Expand Down

0 comments on commit 31984f1

Please sign in to comment.