We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c9aec commit 9320a39Copy full SHA for 9320a39
index.js
@@ -113,7 +113,7 @@ exports.run = function (options) {
113
repo: options.repo || 'undefined: current working directory (which must be a git repo in this case) will be used to commit & push',
114
message: options.message,
115
branch: options.branch,
116
- user: options.user || 'undefined: local or gloabl git username & email properties will be taken',
+ user: options.user || 'undefined: local or global git username & email properties will be taken',
117
noSilent: options.noSilent || 'undefined: logging is in silent mode by default',
118
noDotfiles: options.noDotfiles || 'undefined: dotfiles are included by default',
119
dryRun: options.dryRun,
0 commit comments