From 124681da1392d13583c1faac560ba5c231b13ce7 Mon Sep 17 00:00:00 2001 From: Ivaylo Tsokov Date: Mon, 24 Aug 2020 18:04:52 +0300 Subject: [PATCH] Update shpod.sh master branch now renamed to main --- shpod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shpod.sh b/shpod.sh index ea7c0cb..f1ca3f5 100755 --- a/shpod.sh +++ b/shpod.sh @@ -4,7 +4,7 @@ if [ -f shpod.yaml ]; then YAML=shpod.yaml else - YAML=https://raw.githubusercontent.com/jpetazzo/shpod/master/shpod.yaml + YAML=https://raw.githubusercontent.com/jpetazzo/shpod/main/shpod.yaml fi echo "Applying YAML: $YAML..." kubectl apply -f $YAML