diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-04-23 09:54:25 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-04-23 09:54:25 +0100 |
commit | 5dfd21e8ec48a558ae48826d479af7bca3a9575b (patch) | |
tree | a316f816e21566b8b63ea3fb74a1759629b1fcf1 | |
parent | 0c54aa3bc1bda24fa6cca97e52753a5ea07e7638 (diff) |
Use full rails server command in Vagrantfile docs
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index dcdf1f433..985b796af 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,7 +25,7 @@ # at http://10.10.10.30:3000 # # # Guest -# bundle exec rails s +# bundle exec rails server # # Customizing the Vagrant instance # ================================ |