diff options
| author | Mike McQuaid | 2014-01-13 09:39:04 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-13 09:39:04 +0000 |
| commit | 1c044a32842096146c6fef04c7a7bcb1f9ee0098 (patch) | |
| tree | 67320689f9893fd7a15da4aa7014e52d9125f086 /Library | |
| parent | d2e49735e9c628c3cd45dddad149164f4798ecb3 (diff) | |
| download | homebrew-1c044a32842096146c6fef04c7a7bcb1f9ee0098.tar.bz2 | |
selenium-server-standalone: fix bad plist_options.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/selenium-server-standalone.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb index adb41d963..d34eec407 100644 --- a/Library/Formula/selenium-server-standalone.rb +++ b/Library/Formula/selenium-server-standalone.rb @@ -10,7 +10,7 @@ class SeleniumServerStandalone < Formula bin.write_jar_script libexec/"selenium-server-standalone-#{version}.jar", "selenium-server" end - plist_options :manual => "#{bin}/selenium-server -p 4444" + plist_options :manual => "selenium-server -p 4444" def plist; <<-EOS.undent <?xml version="1.0" encoding="UTF-8"?> |
