Skip to content

Commit 32b939d

Browse files
Update scripts/git-find-large-files
Co-authored-by: Lars Schneider <[email protected]>
1 parent 82bc16c commit 32b939d

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
@@ -22,7 +22,7 @@
2222
if [ -z "$1" ]; then
2323
MIN_SIZE_IN_KB=500
2424
elif ! [[ "$1" =~ ^[0-9]+$ ]]; then
25-
echo "Error: Expecting Integer Value" >&2;
25+
echo "Error: Expecting Integer Value" >&2
2626
echo " Usage: $0 [MIN_SIZE_IN_KB]"
2727
exit 1
2828
else

0 commit comments

Comments
 (0)