From 1864641de918aae9563b57d6785b96b3554919d3 Mon Sep 17 00:00:00 2001 From: Jesus Federico Date: Tue, 18 Feb 2020 16:20:55 -0500 Subject: Updated docs (#4) --- scripts/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/deploy.sh') 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 -- cgit v1.2.3