We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc6e0b commit e0a2748Copy full SHA for e0a2748
cmd/model/list.go
@@ -77,7 +77,7 @@ var listCmd = &cobra.Command{
77
clientConfig := cmdutils.GetClientConfig(cmd)
78
fgaClient, err := clientConfig.GetFgaClient()
79
if err != nil {
80
- return fmt.Errorf("failed to intialized FGA client due to %w", err)
+ return fmt.Errorf("failed to initialize FGA client due to %w", err)
81
}
82
83
maxPages, err := cmd.Flags().GetInt("max-pages")
0 commit comments