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() { ...@@ -4222,8 +4222,7 @@ display_image() {
"pot") "pot")
pot \ pot \
"$image" \ "$image" \
--size="$((width / font_width))x$((height / font_height))" \ --size="$((width / font_width))x$((height / font_height))"
--loader=std
;; ;;
"pixterm") "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