lib/generators/hancock/cms/templates/scripts/server_alt.sh in hancock_cms-2.0.0.1 vs lib/generators/hancock/cms/templates/scripts/server_alt.sh in hancock_cms-2.0.0.2
- old
+ new
@@ -1,5 +1,5 @@
#!/bin/sh
PORT=4000
-echo 'server will by started at '$PORT
+echo 'server will be started at '$PORT
rails s -b 0.0.0.0 -p $PORT -e development