We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b16731 commit 4415638Copy full SHA for 4415638
Makefile
@@ -56,7 +56,7 @@ gen: database/generate peerbroker/proto provisionersdk/proto provisionerd/proto
56
install:
57
@echo "--- Copying from bin to $(INSTALL_DIR)"
58
cp -r ./bin $(INSTALL_DIR)
59
- @echo "-- CLI available at $(INSTALL_DIR)/coder"
+ @echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)"
60
.PHONY: install
61
62
peerbroker/proto: peerbroker/proto/peerbroker.proto
0 commit comments