Skip to content

Commit

Permalink
Merge pull request #4064 from linc01n/fix_cli
Browse files Browse the repository at this point in the history
Remove ISSUES_URL from cli commands
  • Loading branch information
phinze committed Apr 27, 2014
2 parents 58fe019 + 5faa850 commit 760dc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cask/cli.rb
Expand Up @@ -22,7 +22,7 @@ class Cask::CLI; end
class Cask::CLI
ISSUES_URL = "https://github.com/phinze/homebrew-cask/issues"
def self.commands
Cask::CLI.constants - ["NullCommand"]
Cask::CLI.constants - ["NullCommand", "ISSUES_URL"]
end

def self.lookup_command(command_string)
Expand Down

0 comments on commit 760dc7b

Please sign in to comment.