Skip to content

Commit 372bb59

Browse files
bump (#358)
1 parent 83b9fca commit 372bb59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/interface/cli/commands/team/synchronize.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const command = new Command({
3434
required: false,
3535
})
3636
.option('disable-notifications', {
37-
describe: 'Github Personal Access Token that overrides the default one (Optional and only valid for Github)',
37+
describe: 'Disable email notifications for users',
3838
alias: 'no-notify',
3939
required: false,
4040
type: Boolean,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.32.0",
3+
"version": "0.32.1",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)