Skip to content

Commit eb178c2

Browse files
committed
Apparently need coffee.
1 parent fa53831 commit eb178c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/centurion/deploy.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def start_new_container(server, service, restart_policy)
108108

109109
info "Starting new container #{container['Id'][0..7]}"
110110
server.start_container(container['Id'], host_config)
111-
info "Container #{container['Id'][0..7]} successfully"
111+
info "Started #{container['Id'][0..7]} successfully"
112112

113113
# since this likely contains secrets we don't want to be always printing configurations
114114
debug "Inspecting new container #{container['Id'][0..7]}:"

0 commit comments

Comments
 (0)