summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2020-06-17 11:18:15 -0400
committerThomas Markwalder <tmark@isc.org>2020-06-17 11:18:15 -0400
commitc2147767a52405de05f5bcb2b78965d94dd22584 (patch)
tree19ae43b63a14748ae3170684c317dea7f47d7dfd
parentb8724f78a6904c4b6f02ad5d52faf64102e86e6a (diff)
downloadisc-dhcp-c2147767a52405de05f5bcb2b78965d94dd22584.tar.gz
modified: 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"