We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7386425 commit b980d47Copy full SHA for b980d47
cmd/backstage/main.go
@@ -18,7 +18,7 @@ func main() {
18
}
19
20
21
-const authConfigFile = "backstage/auth.json"
+const authConfigFile = "backstage-go/auth.json"
22
23
func newCatalogClient() (*catalog.Client, error) {
24
authFilepath, err := xdg.ConfigFile(authConfigFile)
0 commit comments