From 9d2508b31b6fdffd4381cc92d7983e21e19be550 Mon Sep 17 00:00:00 2001 From: Brian Ketelsen Date: Thu, 29 Feb 2024 11:49:25 -0500 Subject: [PATCH] fix: remove quotes around level (#981) --- just/custom.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just/custom.just b/just/custom.just index 475b2559750..2ac0389c445 100644 --- a/just/custom.just +++ b/just/custom.just @@ -30,7 +30,7 @@ brew: # Install "fleek" set of packages for brew | none, low, default, high brew-fleek level="high": #!/usr/bin/env bash - curl --proto '=https' --tlsv1.2 -sSf -L https://brew.getfleek.dev/s/fleek | bash -s -- "{{ level }}" + curl --proto '=https' --tlsv1.2 -sSf -L https://brew.getfleek.dev/s/fleek | bash -s -- {{ level }} # Configure Terminal Experience [private]