diff options
| author | Adam Vandenberg | 2012-10-30 11:36:36 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-30 11:36:38 -0700 |
| commit | 9acf14dca5b33fa691cf040e79c5fcc699d85acd (patch) | |
| tree | 24296a823a88919384025443d6ef298a450709f5 /Library | |
| parent | 248716c43992758b261676759e592b4724193c1f (diff) | |
| download | homebrew-9acf14dca5b33fa691cf040e79c5fcc699d85acd.tar.bz2 | |
scalate: fix typo
Closes #15763.
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 |
