Skip to content

Commit 614df19

Browse files
authored
THe error message suggested a command that does not work (#3759)
1 parent a7d0d55 commit 614df19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zenml/zen_stores/rest_zen_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4162,7 +4162,7 @@ def get_or_generate_api_token(self) -> str:
41624162
elif token.expired:
41634163
raise CredentialsNotValid(
41644164
"Your authentication to the current server has expired. "
4165-
"Please log in again using 'zenml login --url "
4165+
"Please log in again using 'zenml login "
41664166
f"{self.url}'."
41674167
)
41684168

0 commit comments

Comments
 (0)