Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: Gar <gar+gh@danger.computer>
  • Loading branch information
lukekarrys and wraithgar committed Nov 4, 2021
1 parent c6717c7 commit c3e54c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/cache.js
Expand Up @@ -116,7 +116,7 @@ class Cache extends BaseCommand {
case 'ls':
return await this.ls(args)
default:
throw this.usageError(this.usage)
throw this.usageError()
}
}

Expand Down

0 comments on commit c3e54c9

Please sign in to comment.