aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gource.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gource.rb')
-rw-r--r--Library/Formula/gource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb
index 9d54582cd..0def6000d 100644
--- a/Library/Formula/gource.rb
+++ b/Library/Formula/gource.rb
@@ -29,7 +29,7 @@ class Gource < Formula
end
def test
- Dir.chdir HOMEBREW_REPOSITORY do
+ cd HOMEBREW_REPOSITORY do
system "#{bin}/gource"
end
end