Skip to content

Commit 44e59ae

Browse files
committed
fix: initial install condition
1 parent d225ac7 commit 44e59ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/apply.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const applyAll = async () => {
147147
await printWelcomeMessage(initialData.secretName, initialData.domainSuffix)
148148
}
149149
}
150-
if (!initialInstall && applyCompleted) {
150+
if (initialInstall || applyCompleted) {
151151
await setDeploymentState({ status: 'deployed', version })
152152
d.info('Deployment completed')
153153
} else {

0 commit comments

Comments
 (0)