Skip to content

Commit

Permalink
Add verbosity for updated version file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemric committed Nov 30, 2023
1 parent 56221d8 commit 23bead5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ then
then # All files were successfully downloaded and checked
mv $downloads.part $downloads
cat <<< $(jq --arg release $FCOSrelease '.'$stream'.'$arch'.'$artifact'.'$format' = $release' $history) > $history # Updating history file
jqverbose "Updated versions :" "$(cat $history)"
fi

else
Expand Down

0 comments on commit 23bead5

Please sign in to comment.