aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorDominyk Tiller2015-12-30 20:37:22 +0000
committerDominyk Tiller2016-01-03 19:06:26 +0000
commitcff0c63d034b79c0d9766356f0532110a12a816c (patch)
tree7ae7762f88f294cb09ab2fb5d4b76b14776d84c1 /Library/Homebrew
parent49f7c8d6a97099939d120504f441d7a3a17886c5 (diff)
downloadbrew-cff0c63d034b79c0d9766356f0532110a12a816c.tar.bz2
test_intergration_cmds: fix minor typo
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/test/test_integration_cmds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb
index fdec1858b..2b1375de5 100644
--- a/Library/Homebrew/test/test_integration_cmds.rb
+++ b/Library/Homebrew/test/test_integration_cmds.rb
@@ -109,7 +109,7 @@ class IntegrationCommandTests < Homebrew::TestCase
formula_file = CoreFormulaRepository.new.formula_dir/"testball.rb"
formula_file.write <<-EOS.undent
class Testball < Formula
- url "https://example.com/testabll-0.1.tar.gz"
+ url "https://example.com/testball-0.1.tar.gz"
end
EOS
HOMEBREW_CACHE.cd do