aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/git-tf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-tf.rb b/Library/Formula/git-tf.rb
index 7e4aaa465..fd6d51376 100644
--- a/Library/Formula/git-tf.rb
+++ b/Library/Formula/git-tf.rb
@@ -24,7 +24,7 @@ class GitTf < Formula
libexec.install install_prefix + 'lib'
libexec.install install_prefix + 'native/macosx'
- bin.write_exec_script 'git-tf'
+ bin.write_exec_script libexec/'git-tf'
(share/'doc/git-tf').install Dir['Git-TF_*'] + Dir['ThirdPartyNotices*']
end