Skip to content

Commit 32b939d

Browse files
Update scripts/git-find-large-files
Co-authored-by: Lars Schneider <larsxschneider@github.com>
1 parent 82bc16c commit 32b939d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)