MicrosoftDocs / mslearn-aks-deployment-pipeline-github-actions

Sample code for the MS Learn module for AKS with GitHub Actions
Creative Commons Attribution 4.0 International
17 stars 670 forks source link

Fixing syntax errors on init.sh script #5

Open josem0287 opened 3 years ago

josem0287 commented 3 years ago

There is a syntax error on lines 31 and 32 when setting the ACR_USERNAME and ACR_PASSWORD variables.

This PR is a fix for issue #3

josem0287 commented 3 years ago

Added syntax fixes on lines 44 and 46 where the wrong values were being displayed in the output.