lift_off 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/lift_off +1 -1
- data/lib/lift_off/version.rb +1 -1
- metadata +1 -1
data/bin/lift_off
CHANGED
@@ -77,7 +77,7 @@ Dir.chdir "#{underscore(new_name)}" do
|
|
77
77
|
p "*" * 100
|
78
78
|
|
79
79
|
p "I'm going to setup the database yml now."
|
80
|
-
|
80
|
+
File.rename 'config/database.yml.example', 'config/database.yml'
|
81
81
|
p "Done!"
|
82
82
|
p "*" * 100
|
83
83
|
|
data/lib/lift_off/version.rb
CHANGED