Skip to content

Commit

Permalink
Update download.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mashanz authored Dec 26, 2022
1 parent b0405d4 commit 3353756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INFRA_VERSION=main
INFRA_VERSION=stable
wget https://github.com/mashanz/infra/archive/refs/tags/${INFRA_VERSION}.tar.gz -O /tmp/infra.tar.gz
tar -xf /tmp/infra.tar.gz -C /tmp/infra
cd /tmp/infra-${INFRA_VERSION}
Expand Down

0 comments on commit 3353756

Please sign in to comment.