From 7fa368b06bf8becef04df5da0778ee3f26b9522d Mon Sep 17 00:00:00 2001 From: Jan Mas Rovira Date: Wed, 19 Jun 2024 17:23:50 +0200 Subject: [PATCH] use singlequotes instead of escaped backquotes --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 81ebbd491f..c8f2bba6df 100644 --- a/justfile +++ b/justfile @@ -66,7 +66,7 @@ format *opts: set -euo{{ bashDebugArg }} pipefail if [ ! -e "juvix.cabal" ]; then - echo "Error: juvix.cabal does not exist. Please, run \`just install\` or \`stack setup\` first" + echo "Error: juvix.cabal does not exist. Please, run 'just install' or 'stack setup' first" exit 1 fi