From cff0c63d034b79c0d9766356f0532110a12a816c Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 30 Dec 2015 20:37:22 +0000 Subject: [PATCH] test_intergration_cmds: fix minor typo --- Library/Homebrew/test/test_integration_cmds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/test_integration_cmds.rb b/Library/Homebrew/test/test_integration_cmds.rb index fdec1858bf..2b1375de5e 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