Skip to content

Commit

Permalink
Fix misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns committed Mar 28, 2023
1 parent 14bbb3f commit 866017b
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 @@ -19,7 +19,7 @@ test *args='./...':
lint *args:
golangci-lint run --fix --config .golangci.yaml "$@"

# build ./cmd/X -> ./bin/X, ./cmd/Y -> ./bin/Y, etc.
# build ./bin/nix-search
build:
go build -o bin/nix-search ./cmd/nix-search

Expand Down

0 comments on commit 866017b

Please sign in to comment.