Skip to content

Commit

Permalink
Reduce verbosity of pruning script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Aug 27, 2024
1 parent b3ae65d commit f72d1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/bin/prune_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ while true ; do
if (( $DELETED_FILES > 0 )) ; then
echo "Pruned $DELETED_FILES files ($(numfmt --to=iec-i --suffix=B $DELETED_BYTES)) in \"$PRUNE_PATH\""
else
echo "Nothing was pruned in \"$PRUNE_PATH\"!" >&2
[[ "$VERBOSE" == "1" ]] && echo "Nothing was pruned in \"$PRUNE_PATH\"!" >&2
fi

else
Expand Down

0 comments on commit f72d1bd

Please sign in to comment.