A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
This pull request includes several updates to the wth-setup.sh script to improve consistency and correctness in variable usage, particularly with respect to quoting variables. The changes ensure that variables are correctly interpreted even when they contain special characters or spaces.
Improvements to variable usage:
Corrected a typo in a comment from "attendeed" to "attended". (031-DevOpsWithGitHub/Coach/Setup/wth-setup.sh)
Added quotes around variables in Azure CLI commands to ensure proper handling of variable values. (031-DevOpsWithGitHub/Coach/Setup/wth-setup.sh)
Ensured that GitHub CLI commands use quoted variables for consistency and to avoid potential issues with variable interpretation. (031-DevOpsWithGitHub/Coach/Setup/wth-setup.sh) [1][2]
This pull request includes several updates to the
wth-setup.sh
script to improve consistency and correctness in variable usage, particularly with respect to quoting variables. The changes ensure that variables are correctly interpreted even when they contain special characters or spaces.Improvements to variable usage:
Corrected a typo in a comment from "attendeed" to "attended". (
031-DevOpsWithGitHub/Coach/Setup/wth-setup.sh
)Added quotes around variables in Azure CLI commands to ensure proper handling of variable values. (
031-DevOpsWithGitHub/Coach/Setup/wth-setup.sh
)Ensured that GitHub CLI commands use quoted variables for consistency and to avoid potential issues with variable interpretation. (
031-DevOpsWithGitHub/Coach/Setup/wth-setup.sh
) [1] [2]