Skip to content
Snippets Groups Projects
Commit 729a195b authored by Abdulhadi Al-Sayed's avatar Abdulhadi Al-Sayed
Browse files

Fixed typo bug in setup.sh

parent 03f321d9
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ while [ $secs -gt 0 ]; do
done
# Get both downscale and upscale webhooks from stack output and feed to service project directory
openstack stack output show --all autoscale_scheduler | grep -Eo "(https)://[a-zA-Z0-9./?&=_%:-]*" > infcode-golang/scheduleroutputdata.txt
openstack stack output show --all scaling_scheduler | grep -Eo "(https)://[a-zA-Z0-9./?&=_%:-]*" > infcode-golang/scheduleroutputdata.txt
# Install golang if not installed
sudo apt-get update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment