Skip to content

Commit ed5c01f

Browse files
committed
Fix 'mina setup' showing an error. (muxcmux, #64)
2 parents e2d5b50 + 0cfb5d6 commit ed5c01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
queue! %[chmod g+rx,u+rwx "#{deploy_to}/shared/config"]
4646

4747
queue! %[touch "#{deploy_to}/shared/config/database.yml"]
48-
queue %[-----> Be sure to edit 'shared/config/database.yml'.]
48+
queue %[echo "-----> Be sure to edit 'shared/config/database.yml'."]
4949
end
5050

5151
desc "Deploys the current version to the server."

0 commit comments

Comments
 (0)