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