Skip to content
Snippets Groups Projects
Commit d6509bbc authored by Brian Weaver's avatar Brian Weaver
Browse files

Fix help message in deploy-site-env.php script

parent 609e03d8
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
echo "'coreutils' homebrew package not installed...";
if [[ -z `which brew` ]]; then
echo "Homebrew is NOT installed. Homebrew needs to be installed to proceed.";
echo "Visit https://https://brew.sh/ for more information.";
echo "Visit https://brew.sh/ for more information.";
exit 1;
else
echo "Attempting to install 'coreutils'...";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment