Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Jun 23, 2019
1 parent 51f76fa commit 7b12245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maestral/console_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def account_info():


@main.command()
@click.options('--yes/--no', '-Y/-N', default=True)
@click.option('--yes/--no', '-Y/-N', default=True)
def autostart(yes: bool):
"""Starts Maestral on login. May not work on some Linux distributions."""
from maestral.utils.autostart import AutoStart
Expand Down

0 comments on commit 7b12245

Please sign in to comment.