We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec0504 commit f8ee2f6Copy full SHA for f8ee2f6
crates/turborepo-api-client/src/error.rs
@@ -39,8 +39,8 @@ pub enum Error {
39
text: String,
40
},
41
#[error(
42
- "[HTTP {status}] request to {url} returned \"{message}\" \ntry logging in again, or force \
43
- a new token (turbo login <--sso-team your_team> -f)."
+ "[HTTP {status}] request to {url} returned \"{message}\" \nTry logging in again, or force \
+ a refresh of your token (turbo login --sso-team=your-team --force)."
44
)]
45
InvalidToken {
46
status: u16,
0 commit comments