summaryrefslogtreecommitdiff
path: root/util/bind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/bind.sh')
-rw-r--r--util/bind.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/bind.sh b/util/bind.sh
index ce350cd8..260783b2 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -154,11 +154,11 @@ else
# Get the bind release kit shell script
if type wget
then
- wget https://$repo_host/$repo_path/raw/master/util/kit.sh ||
+ wget https://$repo_host/$repo_path/raw/main/util/kit.sh ||
{ echo "Fetch of kit.sh file failed" ; exit -1; }
elif type fetch
then
- fetch https://$repo_host/$repo_path/raw/master/util/kit.sh ||
+ fetch https://$repo_host/$repo_path/raw/main/util/kit.sh ||
{ echo "Fetch of kit.sh failed" ; exit -1; }
else
echo "Fetch of kit.sh failed"