Unverified Commit 59335d35 authored by SeungheonOh's avatar SeungheonOh Committed by GitHub

pot argument fix (#1498)

* pot argument fix * removing '\'
parent 77a34f88
......@@ -4222,8 +4222,7 @@ display_image() {
"pot")
pot \
"$image" \
--size="$((width / font_width))x$((height / font_height))" \
--loader=std
--size="$((width / font_width))x$((height / font_height))"
;;
"pixterm")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment