Skip to content

Commit

Permalink
fix condition check for upgradekvm
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 12, 2018
1 parent d1b6b56 commit 79b60ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,6 @@ const setup = function setup() {
.description('upgrade kvm to support JWT Key rotation')
.action((options) => {
options.error = optionError;
if (!options.username) {
return options.error('username is required');
}
if (!options.org) {
return options.error('org is required');
}
Expand Down

0 comments on commit 79b60ef

Please sign in to comment.