Skip to content

Commit

Permalink
Merge pull request #181 from HE-Arc/fix-typo
Browse files Browse the repository at this point in the history
correct typo
  • Loading branch information
maelys-buhler authored Apr 26, 2024
2 parents 61b07ec + 3a7e28e commit 3795ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
task :restart do
on roles(:web) do |h|
within "#{release_path}" do
exucute 'chmod', '+x', 'restart-gunicorn.sh'
execute 'chmod', '+x', 'restart-gunicorn.sh'
execute :sudo, './restart-gunicorn.sh'
end
end
Expand Down

0 comments on commit 3795ab5

Please sign in to comment.