Skip to content

Commit 0f411be

Browse files
feat(deploy): fixup
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
1 parent f01448a commit 0f411be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/deployment/rhdh/deployment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ export class RHDHDeployment {
7171
await this.waitUntilReady();
7272
};
7373

74-
let executed = false;
75-
74+
let executed: boolean;
75+
7676
if (options?.forceUpdate) {
7777
await deployFunc();
7878
executed = true;

0 commit comments

Comments
 (0)