Skip to content

Commit 29b87f4

Browse files
committed
fix: make install references incorrect folders
1 parent 2a95917 commit 29b87f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ site/out/
3535
*.tfplan
3636
*.lock.hcl
3737
.terraform/
38+
39+
.vscode/*.log

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gen: coderd/database/generate peerbroker/proto provisionersdk/proto provisionerd
5757

5858
install: bin
5959
@echo "--- Copying from bin to $(INSTALL_DIR)"
60-
cp -r ./dist/coder_$(GOOS)_$(GOARCH)/* $(INSTALL_DIR)
60+
cp -r ./dist/coder-$(GOOS)_$(GOOS)_$(GOARCH)*/* $(INSTALL_DIR)
6161
@echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)"
6262
.PHONY: install
6363

0 commit comments

Comments
 (0)