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 32b939d commit 6df9d7dCopy full SHA for 6df9d7d
scripts/git-find-large-files
@@ -23,7 +23,7 @@ if [ -z "$1" ]; then
23
MIN_SIZE_IN_KB=500
24
elif ! [[ "$1" =~ ^[0-9]+$ ]]; then
25
echo "Error: Expecting Integer Value" >&2
26
- echo " Usage: $0 [MIN_SIZE_IN_KB]"
+ echo "Usage: $0 [MIN_SIZE_IN_KB]"
27
exit 1
28
else
29
MIN_SIZE_IN_KB=$1
0 commit comments