We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d611704 commit 49f1eb4Copy full SHA for 49f1eb4
1 file changed
disk-usage.sh
@@ -20,7 +20,7 @@ do
20
case "$1" in
21
--threshold|-t)
22
shift
23
- threshold=$1
+ threshold="$1"
24
;;
25
*)
26
check "$1"
0 commit comments