Skip to content

Commit

Permalink
Merge pull request #2154 from G-Rath/remove-stray-spaces
Browse files Browse the repository at this point in the history
chore: remove some stray spaces.
  • Loading branch information
will-in-wi committed May 19, 2024
2 parents 3f9891a + 519bcc3 commit 6df1c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on roles(:app), in: :sequence, wait: 5 do
within "/opt/sites/example.com" do
# commands in this block execute in the
# directory: /opt/sites/example.com
as :deploy do
as :deploy do
# commands in this block execute as the "deploy" user.
with rails_env: :production do
# commands in this block execute with the environment
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/deploy.rake
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ namespace :deploy do
end

desc "Place a REVISION file with the current revision SHA in the current release path"
task :set_current_revision do
task :set_current_revision do
on release_roles(:all) do
within release_path do
execute :echo, "\"#{fetch(:current_revision)}\" > REVISION"
Expand Down

0 comments on commit 6df1c0e

Please sign in to comment.