Skip to content

Commit e19211f

Browse files
committed
fix formatting
1 parent 63ed5dd commit e19211f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def login(ctx):
179179
click.secho("Login successful!", fg="green")
180180
token = mc._auth_session["token"]
181181
if platform.system() == "Windows":
182-
hint = f'To set the MERGIN_AUTH variable run:\nset MERGIN_AUTH={token}'
182+
hint = f"To set the MERGIN_AUTH variable run:\nset MERGIN_AUTH={token}"
183183
else:
184184
hint = f'To set the MERGIN_AUTH variable run:\nexport MERGIN_AUTH="{token}"'
185185
click.secho(hint)

0 commit comments

Comments
 (0)