Skip to content

Commit ac19015

Browse files
author
Tero Marttila
committed
cli: fix service deploy errors vocabulary
1 parent 7777025 commit ac19015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/lib/kontena/cli/services/services_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def wait_for_deploy_to_finish(deployment, timeout: 600, vocabulary: {
323323
end
324324

325325
if deployment['state'] == 'error'
326-
raise Kontena::Errors::StandardErrorArray.new(500, deployment['reason'], render_service_deploy_instances(deployment))
326+
raise Kontena::Errors::StandardErrorArray.new(500, deployment['reason'], render_service_deploy_instances(deployment, vocabulary))
327327
else
328328
puts render_service_deploy_instances(deployment, vocabulary).join("\n")
329329
end

0 commit comments

Comments
 (0)