Skip to content

Commit

Permalink
Fixed source location in copy command for build-controller target (#1912
Browse files Browse the repository at this point in the history
)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
shahpratikr and mergify[bot] authored Feb 16, 2023
1 parent 1d70d7e commit f0bafdb
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
Expand Up @@ -94,7 +94,7 @@ build: bin/$(ARCH)/$(BIN)
build-controller:
@$(MAKE) run CMD='-c " \
goreleaser build --id $(BIN) --rm-dist --debug --snapshot \
&& cp dist/$(BIN)_linux_$(ARCH)/$(BIN) bin/$(ARCH)/$(BIN) \
&& cp dist/$(BIN)_linux_$(ARCH)_*/$(BIN) bin/$(ARCH)/$(BIN) \
"'

bin/$(ARCH)/$(BIN):
Expand Down

0 comments on commit f0bafdb

Please sign in to comment.