Skip to content

Commit

Permalink
use singlequotes instead of escaped backquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Jun 19, 2024
1 parent 8b57478 commit 7fa368b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7fa368b

Please sign in to comment.