Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/idaholab/Malcolm into main_…
Browse files Browse the repository at this point in the history
…docs_idaholab
  • Loading branch information
mmguero committed Aug 27, 2024
2 parents 09bb5ac + 2bacdae commit 94543e5
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 94543e5

Please sign in to comment.