Skip to content

Commit b980d47

Browse files
committed
feat: update CLI config path to backstage-go
Just in case other tools use the `backstage` directory.
1 parent 7386425 commit b980d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/backstage/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func main() {
1818
}
1919
}
2020

21-
const authConfigFile = "backstage/auth.json"
21+
const authConfigFile = "backstage-go/auth.json"
2222

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

0 commit comments

Comments
 (0)