Skip to content

Commit

Permalink
Update Make target name
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Nov 25, 2024
1 parent 5f60e09 commit f17e56d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ presubmit: ## Format go files and imports.
gomods: ## Install gomods
go install github.com/jmank88/[email protected]

.PHONY: gomodrequiredupdater
gomodrequiredupdater: ## Run gomod-required-updater
.PHONY: gomodslocalupdate
gomodslocalupdate: ## Run gomod-required-updater
go install ./tools/gomod-required-updater/cmd/gomod-required-updater
gomods -w gomod-required-updater
gomods tidy
Expand Down
2 changes: 1 addition & 1 deletion tools/gomod-required-updater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ go install ./tools/gomod-required-updater/cmd/gomod-required-updater
## Usage Examples

```shell
make gomodrequiredupdater
make gomodslocalupdate
```

0 comments on commit f17e56d

Please sign in to comment.