summaryrefslogtreecommitdiff
path: root/util/bind.sh
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2020-09-30 14:52:40 +0200
committerFrancis Dupont <fdupont@isc.org>2020-09-30 14:52:40 +0200
commit792db388fd7a50e718fd52ba2c1458783be7e6ec (patch)
tree5cab531731b413db7a35d5ed47cf2040e12b8021 /util/bind.sh
parent26243975f0c0df85391d05a0c6b81cba56a656cd (diff)
downloadisc-dhcp-792db388fd7a50e718fd52ba2c1458783be7e6ec.tar.gz
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 260783b2..ce350cd8 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/main/util/kit.sh ||
+ wget https://$repo_host/$repo_path/raw/master/util/kit.sh ||
{ echo "Fetch of kit.sh file failed" ; exit -1; }
elif type fetch
then
- fetch https://$repo_host/$repo_path/raw/main/util/kit.sh ||
+ fetch https://$repo_host/$repo_path/raw/master/util/kit.sh ||
{ echo "Fetch of kit.sh failed" ; exit -1; }
else
echo "Fetch of kit.sh failed"