Skip to content

Commit

Permalink
fix(ci): two oOs is one to much
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbrueckri committed Sep 21, 2024
1 parent ec0ee59 commit 43f63e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tasks:
- |
if ! command -v b2 &> /dev/null; then
mkdir -p $HOME/bin
curl -LO https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux -o {{.B2_BIN_PATH}}
curl -L https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux -o {{.B2_BIN_PATH}}
chmod +x {{.B2_BIN_PATH}}
export PATH=$PATH:$HOME/bin
{{.B2_BIN_PATH}} authorize-account
Expand Down

0 comments on commit 43f63e3

Please sign in to comment.