Skip to content

Commit

Permalink
Fix command name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Jul 18, 2020
1 parent 67fe175 commit da28d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TuistKit/Commands/CacheCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import TSCBasic

struct CacheCommand: ParsableCommand {
static var configuration: CommandConfiguration {
CommandConfiguration(commandName: "scale",
CommandConfiguration(commandName: "cache",
abstract: "A set of utilities related to the caching of targets.", subcommands: [
CacheWarmCommand.self,
CachePrintHashesCommand.self,
Expand Down

0 comments on commit da28d79

Please sign in to comment.