diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/scalate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scalate.rb b/Library/Formula/scalate.rb index 54a443f33..246bba541 100644 --- a/Library/Formula/scalate.rb +++ b/Library/Formula/scalate.rb @@ -15,7 +15,7 @@ class Scalate < Formula prefix.install %w{ license.txt readme.html } libexec.install Dir['*'] - bin.write_exec_sript libexec/'bin/scalate' + bin.write_exec_script libexec/'bin/scalate' end def caveats; <<-EOS.undent |
