From fc1ab22a0e061d6bcec650baa71f32453c2d0039 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Mon, 16 Jan 2023 22:13:58 -0600 Subject: [PATCH] build: no prettier left --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 3ee77ae..682dc26 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -4,7 +4,7 @@ cd $(dirname $0)/.. # Make sure we have the needed executables installed. -for e in dotnet lefthook prettier nixfmt +for e in dotnet lefthook nixfmt do if ! which $e >& /dev/null then