diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 2a6a42d..871f11a 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,8 +1,8 @@ #!/bin/bash -STATUS="Status: Downloaded newer image for blindsidenetwks/scalelite:master" +STATUS="Status: Downloaded newer image for blindsidenetwks/scalelite:latest" -new_status=$(sudo docker pull blindsidenetwks/scalelite:master | grep Status:) +new_status=$(sudo docker pull blindsidenetwks/scalelite:latest | grep Status:) echo $new_status |