From 1dd055787f723087003fda63c7348b150baec29e Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 29 Apr 2021 16:49:49 -0500 Subject: [PATCH] Use $use_height correctly in debug message --- nekofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nekofetch b/nekofetch index 2f3ef3d..3254ae1 100755 --- a/nekofetch +++ b/nekofetch @@ -29,7 +29,7 @@ while :; do "--height"|"-h") if [ -z "$use_height" ]; then use_height="$2" - [ "$DEBUG" = "true" ] && echo "Using height $height" + [ "$DEBUG" = "true" ] && echo "Using height $use_height" else echo "You can only specify the height argument once!" fi