Commit e907f966 by Andy Allan

Fix typo

Fix typo in rake file setting, "try" should be "true"
parent 60945d0d
...@@ -148,7 +148,7 @@ change: ...@@ -148,7 +148,7 @@ change:
To: To:
'skip_on_db_migrate' => "try", 'skip_on_db_migrate' => "true",
If you want to run `rake db:migrate` as a one-off without running annotate, If you want to run `rake db:migrate` as a one-off without running annotate,
you can do so with a simple environment variable, instead of editing the you can do so with a simple environment variable, instead of editing the
...@@ -250,4 +250,4 @@ Released under the same license as Ruby. No Support. No Warranty. ...@@ -250,4 +250,4 @@ Released under the same license as Ruby. No Support. No Warranty.
== Authors == Authors
{See AUTHORS.rdoc}[link:AUTHORS.rdoc]. {See AUTHORS.rdoc}[link:AUTHORS.rdoc].
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment