Skip to content

Commit 9ff1d46

Browse files
committed
chore: restored final log message
1 parent 62644f4 commit 9ff1d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/apply.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export const applyAll = async (): Promise<void> => {
6464
}
6565
await applyGitOpsApps()
6666
await setDeploymentState({ status: 'deployed', version: deployingVersion })
67+
d.info('Deployment completed')
6768
}
6869

6970
export const apply = async (): Promise<void> => {

0 commit comments

Comments
 (0)