We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bc16c commit 32b939dCopy full SHA for 32b939d
scripts/git-find-large-files
@@ -22,7 +22,7 @@
22
if [ -z "$1" ]; then
23
MIN_SIZE_IN_KB=500
24
elif ! [[ "$1" =~ ^[0-9]+$ ]]; then
25
- echo "Error: Expecting Integer Value" >&2;
+ echo "Error: Expecting Integer Value" >&2
26
echo " Usage: $0 [MIN_SIZE_IN_KB]"
27
exit 1
28
else
0 commit comments