From 43f63e30154790af92046864edca1ee08fc67999 Mon Sep 17 00:00:00 2001 From: Richard Steinbrueck Date: Sat, 21 Sep 2024 19:42:55 +0200 Subject: [PATCH] fix(ci): two oOs is one to much --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 14b43fa..8be837a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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