Skip to content

Commit

Permalink
fix signin command (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed May 8, 2023
1 parent 8fa3f5a commit 834554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
const (
errKeyNotFound = "Key not found"
errNoPlexToken = "no plex auth token in datastore"
errPleaseSignIn = "use command 'sign-in' or 'link-app' to authorize us"
errPleaseSignIn = "use command 'signin' or 'link-app' to authorize us"
errNoPlexServerInfo = "no plex server in datastore"
errPleaseChooseServer = "use command 'pick-server' to pick a plex server :)"
)
Expand Down

0 comments on commit 834554e

Please sign in to comment.