aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/willgit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/willgit.rb')
-rw-r--r--Library/Formula/willgit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/willgit.rb b/Library/Formula/willgit.rb
index f3a1d0e23..8313d74a3 100644
--- a/Library/Formula/willgit.rb
+++ b/Library/Formula/willgit.rb
@@ -6,7 +6,7 @@ class Willgit <Formula
def install
Dir.chdir 'bin' do
- bin.install %w[git-publish-branch git-rank-contributors git-show-merges git-wtf]
+ bin.install %w[git-publish-branch git-rank-contributors git-show-merges git-wtf]
end
end
end