Skip to content

Commit bea6c19

Browse files
committed
build binary with proper templates dir
1 parent 392b23f commit bea6c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ endef
172172
# calling this manually.
173173
$(CODER_ALL_BINARIES): go.mod go.sum \
174174
$(shell find . -not -path './vendor/*' -type f -name '*.go') \
175-
$(shell find ./examples/templates)
175+
$(shell find ./templates/examples)
176176

177177
$(get-mode-os-arch-ext)
178178
if [[ "$$os" != "windows" ]] && [[ "$$ext" != "" ]]; then

0 commit comments

Comments
 (0)