Skip to content

Commit 5f7573f

Browse files
committed
chore: rebase
1 parent fc27636 commit 5f7573f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/cmd/auth/crawler/crawler.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55

66
"github.com/algolia/cli/api/dashboard"
77
"github.com/algolia/cli/pkg/auth"
8-
"github.com/algolia/cli/pkg/cmd/auth/login"
98
"github.com/algolia/cli/pkg/cmdutil"
109
"github.com/algolia/cli/pkg/config"
1110
"github.com/algolia/cli/pkg/iostreams"
@@ -44,7 +43,7 @@ func NewCrawlerCmd(f *cmdutil.Factory) *cobra.Command {
4443

4544
func runCrawlerCmd(opts *CrawlerOptions) error {
4645
cs := opts.IO.ColorScheme()
47-
dashboardClient := opts.NewDashboardClient(login.OAuthClientID())
46+
dashboardClient := opts.NewDashboardClient(auth.OAuthClientID())
4847

4948
accessToken, err := opts.GetValidToken(dashboardClient)
5049
if err != nil {

0 commit comments

Comments
 (0)