Skip to content

Commit cb193f9

Browse files
committed
slightly more helpful message
1 parent 356473a commit cb193f9

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
@@ -276,7 +276,7 @@ swagger-validate:
276276
build-constraints-check:
277277
@output=$$(grep '+build' $(GO_SOURCES_OWN) | grep -v ' all '); \
278278
if [ $$? -ne 1 ]; then \
279-
echo "Please include the 'all' tag in all +build constraints:"; \
279+
echo "Please include the 'all' tag in all +build constraints, e.g. '// +build all yourtag'"; \
280280
echo "$${output}"; \
281281
exit 1; \
282282
fi

0 commit comments

Comments
 (0)