From eeda62eac4c8f1e7584ba20da9bc365211b88edb Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Tue, 17 Dec 2013 09:43:19 +0100 Subject: [PATCH] use `bin/spring` in release notes. [ci skip] Follow up to: https://github.com/rails/rails/commit/828a8f214535e59d709fd4862605902d1cc21632#commitcomment-4879462 This will be available after https://github.com/jonleighton/spring/commit/c6e25804b3338959d87a29f40967a333c650c031 is released. --- guides/source/4_1_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index 3126f4e0e1..1e36327b78 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -101,7 +101,7 @@ bin/rails console **spring introspection:** ``` -$ bundle exec spring status +$ bin/spring status Spring is running: 1182 spring server | my_app | started 29 mins ago -- GitLab