Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed Oct 17, 2023
1 parent 6d62e3c commit 57ec373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurecontainerapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class azurecontainerapps {
*/
private static async authenticateAzureContainerRegistryAsync() {
this.registryUsername = this.toolHelper.getInput('acrUsername', false);
this.registryPassword= this.toolHelper.getInput('acrPassword', false);
this.registryPassword = this.toolHelper.getInput('acrPassword', false);
this.registryUrl = `${this.acrName}.azurecr.io`;

// Login to ACR if credentials were provided
Expand Down

0 comments on commit 57ec373

Please sign in to comment.