Skip to content

Commit

Permalink
fix wrong unlock instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorntrondsen committed May 20, 2024
1 parent 3c8ccd0 commit 9d19355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/deploy-lock.rake
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def message(application, stage, deploy_lock)
if deploy_lock[:expire_at]
message << "\n\e[0;33mLock expires at #{deploy_lock[:expire_at].localtime.strftime("%H:%M:%S")}\e[0m"
else
message << "\n\e[0;33mLock must be manually removed with: cap #{stage} deploy:unlock\e[0m"
message << "\n\e[0;33mLock must be manually removed with: cap #{stage} deploy:unlock:default\e[0m"
end

colorize(message)
Expand Down

0 comments on commit 9d19355

Please sign in to comment.