Skip to content

Commit c3e54c9

Browse files
Luke Karryswraithgar
Luke Karrys
andauthored
fixup!
Co-authored-by: Gar <[email protected]>
1 parent c6717c7 commit c3e54c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class Cache extends BaseCommand {
116116
case 'ls':
117117
return await this.ls(args)
118118
default:
119-
throw this.usageError(this.usage)
119+
throw this.usageError()
120120
}
121121
}
122122

0 commit comments

Comments
 (0)