Skip to content

Commit 52649cb

Browse files
committed
show stderr
1 parent d55ba78 commit 52649cb

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
@@ -471,7 +471,7 @@ tidy-check: tidy
471471
go-licenses: $(GO_LICENSE_FILE) ## regenerate go licenses
472472

473473
$(GO_LICENSE_FILE): go.mod go.sum
474-
-$(GO) run $(GO_LICENSES_PACKAGE) save . --force --save_path=$(GO_LICENSE_TMP_DIR) 2>/dev/null
474+
-$(GO) run $(GO_LICENSES_PACKAGE) save . --force --save_path=$(GO_LICENSE_TMP_DIR)
475475
$(GO) run build/generate-go-licenses.go $(GO_LICENSE_TMP_DIR) $(GO_LICENSE_FILE)
476476
@rm -rf $(GO_LICENSE_TMP_DIR)
477477

0 commit comments

Comments
 (0)