We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ed5dd commit e19211fCopy full SHA for e19211f
mergin/cli.py
@@ -179,7 +179,7 @@ def login(ctx):
179
click.secho("Login successful!", fg="green")
180
token = mc._auth_session["token"]
181
if platform.system() == "Windows":
182
- hint = f'To set the MERGIN_AUTH variable run:\nset MERGIN_AUTH={token}'
+ hint = f"To set the MERGIN_AUTH variable run:\nset MERGIN_AUTH={token}"
183
else:
184
hint = f'To set the MERGIN_AUTH variable run:\nexport MERGIN_AUTH="{token}"'
185
click.secho(hint)
0 commit comments