Skip to content

Commit 7a475a4

Browse files
committed
fixing silent to be really true (as stated in readme)
1 parent 223d14c commit 7a475a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
}, {
4040
name: 'silent',
4141
type: Boolean,
42-
default: false,
42+
default: true,
4343
description: 'Suppress console logging. This option should be used if the repository URL or other information passed to git commands is sensitive!'
4444
}],
4545
run: function(options, rawArgs) {

0 commit comments

Comments
 (0)