mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-06 11:30:38 +00:00
Use $use_height correctly in debug message
This commit is contained in:
parent
edfc35ce34
commit
1dd055787f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ while :; do
|
||||||
"--height"|"-h")
|
"--height"|"-h")
|
||||||
if [ -z "$use_height" ]; then
|
if [ -z "$use_height" ]; then
|
||||||
use_height="$2"
|
use_height="$2"
|
||||||
[ "$DEBUG" = "true" ] && echo "Using height $height"
|
[ "$DEBUG" = "true" ] && echo "Using height $use_height"
|
||||||
else
|
else
|
||||||
echo "You can only specify the height argument once!"
|
echo "You can only specify the height argument once!"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue