Skip to content

Commit 8be9691

Browse files
committed
appliance: fix typo in git repo script tarball url
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent bb14a65 commit 8be9691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/appliance/definitions/systemvm64template/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ configure_services() {
243243
mkdir -p /var/lib/haproxy
244244

245245
# Get config files from master
246-
snapshot_url="https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=snapshot;refs/heads/4.5;sf=tgz"
246+
snapshot_url="https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=snapshot;h=refs/heads/4.5;sf=tgz"
247247
snapshot_dir="/opt/cloudstack*"
248248
cd /opt
249249
wget --no-check-certificate $snapshot_url -O cloudstack.tar.gz

0 commit comments

Comments
 (0)