Skip to content

Commit

Permalink
Fix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Sep 20, 2022
1 parent 1f82f0b commit 9aea3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build:
go build -ldflags "-s -w -X main.version=`git tag --sort=-version:refname | head -n 1`" -o koker cmd/koker/main.go
go build -ldflags "-s -w -X main.version=`git tag --sort=-version:refname | head -n 1`" -o /tmp/koker cmd/koker/main.go
run:
sudo go run cmd/koker/main.go

0 comments on commit 9aea3fb

Please sign in to comment.