From 729a195bf67cbba90216f99c7b356658a00322f4 Mon Sep 17 00:00:00 2001
From: Primo <aaalsaye@stud.ntnu.no>
Date: Sat, 6 Nov 2021 12:49:13 +0100
Subject: [PATCH] Fixed typo bug in setup.sh

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 4b214c2..386a8a0 100644
--- a/setup.sh
+++ b/setup.sh
@@ -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
-- 
GitLab