aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/brew6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/brew b/bin/brew
index 79eb5ccc7..bd848a9f1 100755
--- a/bin/brew
+++ b/bin/brew
@@ -328,9 +328,6 @@ begin
puts "#{name} depends on #{our_deps.join(", ")}"
end
end
-
- when 'branch', 'checkout', 'pull', 'push', 'reset'
- onoe "Unknown command: #{arg} (did you mean 'git #{arg}'?)"
when 'cat'
Dir.chdir HOMEBREW_REPOSITORY
@@ -352,6 +349,9 @@ begin
end
end
+ when 'branch', 'checkout', 'pull', 'push', 'rebase', 'reset'
+ onoe "Unknown command: #{arg} (did you mean 'git #{arg}'?)"
+
else
onoe "Unknown command: #{arg}"
end