Skip to content

Commit 6df9d7d

Browse files
Update scripts/git-find-large-files
the 'space' was intentional, to set the statement 'apart' :) ... anyhow removing it Co-authored-by: Lars Schneider <[email protected]>
1 parent 32b939d commit 6df9d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/git-find-large-files

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ -z "$1" ]; then
2323
MIN_SIZE_IN_KB=500
2424
elif ! [[ "$1" =~ ^[0-9]+$ ]]; then
2525
echo "Error: Expecting Integer Value" >&2
26-
echo " Usage: $0 [MIN_SIZE_IN_KB]"
26+
echo "Usage: $0 [MIN_SIZE_IN_KB]"
2727
exit 1
2828
else
2929
MIN_SIZE_IN_KB=$1

0 commit comments

Comments
 (0)