Skip to content

v0.2.49..v0.2.50 changeset hoot repo.sh

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/scripts/yum/hoot-repo.sh b/scripts/yum/hoot-repo.sh
index 2507f53..c8e24b3 100755
--- a/scripts/yum/hoot-repo.sh
+++ b/scripts/yum/hoot-repo.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -euo pipefail
 
-HOOT_BASEURL="${HOOT_BASEURL:-https://s3.amazonaws.com/hoot-repo/el7/deps/release}"
+HOOT_BASEURL="${HOOT_BASEURL:-https://hoot-repo.s3.amazonaws.com/el7/deps/release}"
 HOOT_KEY=/etc/pki/rpm-gpg/RPM-GPG-KEY-Hoot
 
 cat > $HOOT_KEY <<EOF
Clone this wiki locally