Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 committed Dec 24, 2024
1 parent 7a8787c commit eff6574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class ContainerRegistryImageConfigureStep<T extends ContainerRegistryImag

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

Expand Down

0 comments on commit eff6574

Please sign in to comment.