Skip to content

Commit 78385e8

Browse files
authored
Update Makefile
1 parent 144af05 commit 78385e8

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
@@ -527,7 +527,7 @@ tidy-check: tidy
527527
go-licenses: $(GO_LICENSE_FILE)
528528

529529
$(GO_LICENSE_FILE): go.mod go.sum
530-
-$(GO) run $(GO_LICENSES_PACKAGE) save . --force --save_path=$(GO_LICENSE_TMP_DIR)
530+
-$(GO) run $(GO_LICENSES_PACKAGE) save . --force --save_path=$(GO_LICENSE_TMP_DIR) 2>/dev/null
531531
$(GO) run build/generate-go-licenses.go $(GO_LICENSE_TMP_DIR) $(GO_LICENSE_FILE)
532532
@rm -rf $(GO_LICENSE_TMP_DIR)
533533

0 commit comments

Comments
 (0)