Skip to content

Commit

Permalink
Merge pull request #125 from Clever/jake/breakdown-bug
Browse files Browse the repository at this point in the history
update breakdowncli
  • Loading branch information
jakegut authored May 2, 2023
2 parents 8fd58b5 + be4e755 commit 72b3826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circleci/utils
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_breakdowncli(){

echo "Installing breakdowncli..."
mkdir -p "/tmp/bin"
wget -O "/tmp/bin/breakdowncli" "https://github.com/Clever/breakdown/releases/download/breakdowncli%2Fv0.1.2/breakdowncli-v0.1.2-linux-amd64"
wget -O "/tmp/bin/breakdowncli" "https://github.com/Clever/breakdown/releases/download/breakdowncli%2Fv0.1.3/breakdowncli-v0.1.3-linux-amd64"
chmod +x "/tmp/bin/breakdowncli"
export PATH="/tmp/bin:$PATH"
echo "Completed breakdowncli install"
Expand Down

0 comments on commit 72b3826

Please sign in to comment.