Skip to content

Commit

Permalink
feat: update CLI config path to backstage-go
Browse files Browse the repository at this point in the history
Just in case other tools use the `backstage` directory.
  • Loading branch information
odsod committed Apr 4, 2023
1 parent 7386425 commit b980d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/backstage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {
}
}

const authConfigFile = "backstage/auth.json"
const authConfigFile = "backstage-go/auth.json"

func newCatalogClient() (*catalog.Client, error) {
authFilepath, err := xdg.ConfigFile(authConfigFile)
Expand Down

0 comments on commit b980d47

Please sign in to comment.