Skip to content

Commit

Permalink
fix: remove quotes around level (ublue-os#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen authored Feb 29, 2024
1 parent eef41a5 commit 9d2508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9d2508b

Please sign in to comment.