dev: minor update in update/utils

This commit is contained in:
naskya 2023-11-21 03:24:54 +09:00
parent 69a3bacb32
commit 96f7224a24
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -12,7 +12,7 @@ say() {
run() { run() {
color 3 # yellow color 3 # yellow
printf "[running] \$ %s\n" "$1" printf '[running] $ %s\n' "$1"
color color
/bin/sh -c "$1" /bin/sh -c "$1"
} }