Skip to content

Commit

Permalink
fix: fix typo in CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Aug 6, 2020
1 parent 82c962c commit 3bc2ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nodeshift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ yargs
.options('outputImageStreamTag', {
describe: 'The tag of the ImageStream to output to.',
type: 'string',
defualt: 'latest'
default: 'latest'
})
.env('NODESHIFT')
.option('quiet', {
Expand Down

0 comments on commit 3bc2ac6

Please sign in to comment.