Skip to content

Commit 9320a39

Browse files
WuglyakBolgoinkJohannesHoppe
authored andcommitted
fix: fixed typo in options
1 parent a2c9aec commit 9320a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ exports.run = function (options) {
113113
repo: options.repo || 'undefined: current working directory (which must be a git repo in this case) will be used to commit & push',
114114
message: options.message,
115115
branch: options.branch,
116-
user: options.user || 'undefined: local or gloabl git username & email properties will be taken',
116+
user: options.user || 'undefined: local or global git username & email properties will be taken',
117117
noSilent: options.noSilent || 'undefined: logging is in silent mode by default',
118118
noDotfiles: options.noDotfiles || 'undefined: dotfiles are included by default',
119119
dryRun: options.dryRun,

0 commit comments

Comments
 (0)