Skip to content

Commit

Permalink
Update appenv.py URL in bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Jun 3, 2024
1 parent 0bdaa87 commit 3701d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ oops() {
exit 1
}

curl -sL https://raw.githubusercontent.com/flyingcircusio/appenv/main/src/appenv.py -o appenv || oops "failed to download appenv"
curl -sL https://raw.githubusercontent.com/flyingcircusio/appenv/master/src/appenv.py -o appenv || oops "failed to download appenv"
chmod +x appenv
ln -sf appenv batou
echo "batou>=2.4.1" >> requirements.txt
Expand Down

0 comments on commit 3701d8d

Please sign in to comment.