From c622956ab7ae14a735438d46c5dbc30190de58f1 Mon Sep 17 00:00:00 2001 From: Mark Do Date: Mon, 24 Jun 2024 12:10:29 +0000 Subject: [PATCH] Fixed final bug with cloning --- src/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.sh b/src/run.sh index 9cfecbe..d5dbe46 100644 --- a/src/run.sh +++ b/src/run.sh @@ -7,7 +7,7 @@ chmod 600 /root/.ssh/id_rsa ssh-keyscan -t rsa github.com >> /root/.ssh/known_hosts # Clone the repository using the deploy key -git clone -b hepromark/asset-kubernetes2 git@github.com:WATonomous/infra-config.git +git clone -b master git@github.com:WATonomous/infra-config.git # Install libraries pip install -r requirements.txt