diff options
Diffstat (limited to 'cmd/sl.go')
| -rw-r--r-- | cmd/sl.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,8 +30,7 @@ func init() { } func runSLSearch(cmd *cobra.Command, args []string) error { - apiKey, _ := cmd.Flags().GetString("api-key") - cfg := config.New().WithAPIKey(apiKey) + cfg := config.New() c, err := client.New(cfg) if err != nil { |
