From 96f7224a24e74b5722a3153f7cb9282733c6f68d Mon Sep 17 00:00:00 2001 From: naskya Date: Tue, 21 Nov 2023 03:24:54 +0900 Subject: [PATCH] dev: minor update in update/utils --- neko/update/utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neko/update/utils b/neko/update/utils index 3cad3dcf..6f4b2b36 100644 --- a/neko/update/utils +++ b/neko/update/utils @@ -12,7 +12,7 @@ say() { run() { color 3 # yellow - printf "[running] \$ %s\n" "$1" + printf '[running] $ %s\n' "$1" color /bin/sh -c "$1" }