Skip to content

Commit

Permalink
Only verbose a better way
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemric committed Dec 7, 2023
1 parent 644c70a commit 8926dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ done
jqverbose "Looking for previous files :" "$(cat $history)"

data="$streampath/$stream.json"
echo "Checking updates for $stream stream from : $data"
echo "Checking $stream stream updates from : $data"

data=$(curl --no-progress-meter $data | jq .architectures.$arch.artifacts.$artifact) # Filtering Arch & Artifatct
jqverbose "Looking for $arch $artifact release :" "$data"
Expand Down

0 comments on commit 8926dcd

Please sign in to comment.