Skip to content

Commit

Permalink
Revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed Nov 9, 2023
1 parent ab77c77 commit 59f80db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azurecontainerapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ export class azurecontainerapps {
}
}

// Ensure 'imageToDeploy' argument and '--source' argument are not both provided
// Ensure '-i' argument and '--source' argument are not both provided
if (!this.util.isNullOrEmpty(this.imageToDeploy)) {
this.commandLineArgs.push(`-i ${this.imageToDeploy}`);
} else if (this.createOrUpdateContainerApp) {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ var azurecontainerapps = /** @class */ (function () {
this.commandLineArgs.push("--env-vars " + environmentVariables);
}
}
// Ensure 'imageToDeploy' argument and '--source' argument are not both provided
// Ensure '-i' argument and '--source' argument are not both provided
if (!this.util.isNullOrEmpty(this.imageToDeploy)) {
this.commandLineArgs.push("-i " + this.imageToDeploy);
}
Expand Down

0 comments on commit 59f80db

Please sign in to comment.