Skip to content

Commit

Permalink
fix(commands): targets typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devnote-dev committed Oct 30, 2023
1 parent ee9203f commit 11ff4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/remove.cr
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Crimson::Commands
def run(arguments : Cling::Arguments, options : Cling::Options) : Nil
config = Config.load

targets = arguments.get("target").as_a
targets = arguments.get("targets").as_a
targets.each do |target|
if version = config.aliases.delete target
target = version
Expand Down

0 comments on commit 11ff4aa

Please sign in to comment.