Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4415638

Browse files
committed
Add wildcard, so on Windows we'll show the '.exe' extension too
1 parent 0b16731 commit 4415638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gen: database/generate peerbroker/proto provisionersdk/proto provisionerd/proto
5656
install:
5757
@echo "--- Copying from bin to $(INSTALL_DIR)"
5858
cp -r ./bin $(INSTALL_DIR)
59-
@echo "-- CLI available at $(INSTALL_DIR)/coder"
59+
@echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)"
6060
.PHONY: install
6161

6262
peerbroker/proto: peerbroker/proto/peerbroker.proto

0 commit comments

Comments
 (0)