aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-07-29 10:04:59 +0200
committerMike McQuaid2014-07-29 13:39:58 +0200
commit31fd4c7673c7eb86e3be86066cc12aa0ba5e44e1 (patch)
tree03172f1dbf19bcd899b6fbad67032e68fe1e1176 /Library/Formula
parent57f18ba14e38bd09b810ebc06ea6d1de01036349 (diff)
downloadhomebrew-31fd4c7673c7eb86e3be86066cc12aa0ba5e44e1.tar.bz2
git-annex: use double-quotes.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git-annex.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-annex.rb b/Library/Formula/git-annex.rb
index a91bf8fef..3d02cbc31 100644
--- a/Library/Formula/git-annex.rb
+++ b/Library/Formula/git-annex.rb
@@ -40,7 +40,7 @@ class GitAnnex < Formula
test do
# make sure git can find git-annex
- ENV.prepend_path 'PATH', bin
+ ENV.prepend_path "PATH", bin
# create a first git repository with an annex
mkdir "my_annex" do
system "git", "init"