mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-19 06:11:08 +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")
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue