From 968673e8cd979c49be193a81c1c44b2a105ab926 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Tue, 2 Apr 2024 23:18:57 +0200 Subject: [PATCH] [c] Remove broken colorisation --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 5291138..1f2d186 100644 --- a/Justfile +++ b/Justfile @@ -64,7 +64,7 @@ publish image=default_image runner=default_runner: {{runner}} login gitpot.dev -u $GITPOT_USERNAME -p $GITPOT_PASSWORD @# push the specified image to the container registry {{runner}} push {{image}} - @echo -e "\e[1;32mPublished {{image}} successfuly! Use '{{runner}} pull {{image}}' to pull the container.\e[0m" + @echo "Published {{image}} successfuly! Use '{{runner}} pull {{image}}' to pull the container." # development