Created
November 16, 2010 19:37
-
-
Save cbrunnkvist/702349 to your computer and use it in GitHub Desktop.
mongrel_cluster-1.0.5/bin/mongrel_cluster_ctl Ruby 1.9(.2) compatibility patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53c53 | |
< when "start": | |
--- | |
> when "start" | |
56c56 | |
< when "stop": | |
--- | |
> when "stop" | |
59c59 | |
< when "restart": | |
--- | |
> when "restart" | |
63c63 | |
< when "status": | |
--- | |
> when "status" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment