Skip to content

Commit

Permalink
fix introduced typos (#1396)
Browse files Browse the repository at this point in the history
fix typos introduced in #1352
  • Loading branch information
teadur authored Nov 1, 2019
1 parent ae79219 commit a154d8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a154d8e

Please sign in to comment.