Skip to content

Commit

Permalink
WIP - #340 updating errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Mar 9, 2022
1 parent 353be7a commit 1d55287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaults/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ErrorVaultsVaultDefined extends ErrorVaults {
}

class ErrorVaultsRecursive extends ErrorVaults {
description = '';
description = 'Recursive option was not set';
exitCode = sysexits.USAGE;
}

Expand Down

0 comments on commit 1d55287

Please sign in to comment.