fix introduced typos (#1396)

fix typos introduced in #1352
This commit is contained in:
Georg 2019-11-01 06:55:57 +02:00 committed by GitHub
parent ae79219a68
commit a154d8e02e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,9 @@ Dir.chdir APP_ROOT do
system! 'bin/rake db:setup'
puts "\n== Removing old logs and tempfiles =="
system! 'bin/rails log:clear tmp:clear'
system! 'bin/rake log:clear tmp:clear'
puts "\n== Restarting application server =="
system! 'bin/rails restart'
system! 'touch tmp/restart.txt'
end