We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55ba78 commit 52649cbCopy full SHA for 52649cb
Makefile
@@ -471,7 +471,7 @@ tidy-check: tidy
471
go-licenses: $(GO_LICENSE_FILE) ## regenerate go licenses
472
473
$(GO_LICENSE_FILE): go.mod go.sum
474
- -$(GO) run $(GO_LICENSES_PACKAGE) save . --force --save_path=$(GO_LICENSE_TMP_DIR) 2>/dev/null
+ -$(GO) run $(GO_LICENSES_PACKAGE) save . --force --save_path=$(GO_LICENSE_TMP_DIR)
475
$(GO) run build/generate-go-licenses.go $(GO_LICENSE_TMP_DIR) $(GO_LICENSE_FILE)
476
@rm -rf $(GO_LICENSE_TMP_DIR)
477
0 commit comments