aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fish.rb
diff options
context:
space:
mode:
authorFrancisco Facioni2012-12-03 20:05:43 -0200
committerAdam Vandenberg2012-12-04 10:05:20 -0800
commit3e7741c753a38ac6af6316dac3372beff5225306 (patch)
tree56767fb9368d9532b05fc67ea96f136bd59a83f3 /Library/Formula/fish.rb
parent25e845f3ca008f4958a302759c40fe12f8b7687a (diff)
downloadhomebrew-3e7741c753a38ac6af6316dac3372beff5225306.tar.bz2
fish: fix patch URL
Closes #16383. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/fish.rb')
-rw-r--r--Library/Formula/fish.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb
index 74c8c499d..41300e8c1 100644
--- a/Library/Formula/fish.rb
+++ b/Library/Formula/fish.rb
@@ -23,7 +23,7 @@ class Fish < Formula
# Reduces the timeout in select_try() from 5s to 10ms.
# The old timeout would cause fish to frequently freeze for a 5
# second period.
- p << "http://gitorious.org/fish-shell/fish-shell/commit/6b8e7b16f6d4e11e168e3ce2effe2d8f0a53b184.patch?format=diff"
+ p << "http://gitorious.org/fish-shell/fish-shell/commit/6b8e7b16f6d4e11e168e3ce2effe2d8f0a53b184?format=patch"
end
end