Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ede8990

Browse files
committed
Update script name for consistency
Signed-off-by: Dan Luhring <[email protected]>
1 parent bf1cfcd commit ede8990

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ lint: ## Run gofmt + golangci lint checks
105105
@bash -c "[[ '$(MALFORMED_FILENAMES)' == '' ]] || (printf '\nfound unsupported filename characters:\n$(MALFORMED_FILENAMES)\n\n' && false)"
106106

107107
check-go-mod-tidy:
108-
@ .github/scripts/go_mod_tidy_check.sh && echo "go.mod and go.sum are tidy!"
108+
@ .github/scripts/go-mod-tidy-check.sh && echo "go.mod and go.sum are tidy!"
109109

110110
.PHONY: validate-cyclonedx-schema
111111
validate-cyclonedx-schema:

0 commit comments

Comments
 (0)