Skip to content

Commit 5276d44

Browse files
committed
fix: login command
Signed-off-by: ygelfand <yuri@shlitz.com>
1 parent 6c881fb commit 5276d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/plex/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func NewClient() (*Client, error) {
6666
_, serverCfg, hasServer := cfg.GetActiveServer()
6767

6868
if token == "" {
69-
return nil, fmt.Errorf("plex token not found. please login with 'plexctl auth login' or set PLEXCTL_TOKEN")
69+
return nil, fmt.Errorf("plex token not found. please login with 'plexctl login' or set PLEXCTL_TOKEN")
7070
}
7171
httpClient := &http.Client{
7272
Transport: &loggingTransport{

0 commit comments

Comments
 (0)