Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit c7ca8bc

Browse files
authored
Merge pull request #409 from mikeparker/tweak-error-message
Tweak makefile error message to be more descriptive
2 parents 10ddda6 + c1c332e commit c7ca8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ all: bin/$(BIN_NAME) test
3131

3232
check_go_env:
3333
@test $$(go list) = "$(PKG_NAME)" || \
34-
(echo "Invalid Go environment" && false)
34+
(echo "Invalid Go environment - The local directory structure must match: $(PKG_NAME)" && false)
3535

3636
cross: bin/$(BIN_NAME)-linux bin/$(BIN_NAME)-darwin bin/$(BIN_NAME)-windows.exe ## cross-compile binaries (linux, darwin, windows)
3737

0 commit comments

Comments
 (0)