aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask
diff options
context:
space:
mode:
authorL. E. Segovia2017-10-12 07:39:53 -0300
committerL. E. Segovia2017-10-12 07:39:53 -0300
commitcc8e45591171ca09c2632dcb3aaa9398b2af5fb7 (patch)
treefb6497977d9b12b7c2f7f62ea3826fc88b8ec7fb /Library/Homebrew/cask
parentd1262868a9073304a244cdf7f582ffd27514c47c (diff)
downloadbrew-cc8e45591171ca09c2632dcb3aaa9398b2af5fb7.tar.bz2
Remove unknown_command variable
Diffstat (limited to 'Library/Homebrew/cask')
-rw-r--r--Library/Homebrew/cask/lib/hbc/cli.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli.rb b/Library/Homebrew/cask/lib/hbc/cli.rb
index bd50e41a6..437b0d72c 100644
--- a/Library/Homebrew/cask/lib/hbc/cli.rb
+++ b/Library/Homebrew/cask/lib/hbc/cli.rb
@@ -230,7 +230,6 @@ module Hbc
return if @command == "help" && @args.empty?
- unknown_command = @args.empty? ? @command : @args.first
raise ArgumentError, "Unknown command: #{@command} #{@args.join(" ")}"
end