Skip to content

Commit

Permalink
just: remove --color because it doesn't seem to work on all systems w…
Browse files Browse the repository at this point in the history
…ith fzf

Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Oct 5, 2024
1 parent 287f16f commit 4fb5e85
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 @@ -24,7 +24,7 @@ build:
# Execute the built binary
[group('build')]
exec +ARGS='':
./qc exec --color {{ARGS}}
./qc exec {{ARGS}}

# Build and execute in one command
[group('build')]
Expand Down

0 comments on commit 4fb5e85

Please sign in to comment.