Skip to content

Commit

Permalink
Update bin/vaultclient
Browse files Browse the repository at this point in the history
Co-authored-by: Francois Ferrand <[email protected]>
  • Loading branch information
benzekrimaha and francoisferrand authored May 2, 2024
1 parent 70fd77a commit 1a91761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vaultclient
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ program
.option('--quota <QUOTA>', 'Maximum quota for the account', parseInt)
.option('--parameter-validation', 'Disable validation of quota')
.action(action.bind(null, 'update-account-quota', (client, args) => {
client.updateAccountQuota(args.accountName ,args.quota, handleVaultResponse);
client.updateAccountQuota(args.accountName, args.quota, handleVaultResponse);
}));

program
Expand Down

0 comments on commit 1a91761

Please sign in to comment.