Skip to content

Commit eff6574

Browse files
committed
Improve comment
1 parent 7a8787c commit eff6574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/image/imageSource/containerRegistry/ContainerRegistryImageConfigureStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class ContainerRegistryImageConfigureStep<T extends ContainerRegistryImag
4141

4242
public async getSubWizard(context: T & Partial<RevisionDraftContext>): Promise<IWizardOptions<T> | undefined> {
4343
if (context.isDraftCommand) {
44-
// Don't update the container app directly if we're in a drafting mode
44+
// Skip any steps that would attempt to update the container app directly while we're in a drafting mode
4545
return undefined;
4646
}
4747

0 commit comments

Comments
 (0)