Skip to content

Commit

Permalink
fix(artifactregistry-auth): use correct binary name and JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
alethenorio committed Nov 15, 2023
1 parent 0e77af3 commit 2272d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/sgnpmartifactregistryauth/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import (
)

const (
name = "npm-artifact-registry-auth"
name = "artifactregistry-auth"
packageJSONContent = `{
"devDependencies": {
"google-artifactregistry-auth: "3.1.2",
"google-artifactregistry-auth": "3.1.2"
}
}`
)
Expand Down

0 comments on commit 2272d90

Please # to comment.