Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Mueller committed May 13, 2015
1 parent 91def88 commit 34f5ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piu/cli.py
Expand Up @@ -79,7 +79,7 @@ def request_access(even_url, cacert, username, hostname, reason, remote_host, li
ssh_command = 'ssh -o StrictHostKeyChecking=no {username}@{remote_host}'.format(**vars())
click.secho('You can now access your server with the following command:')
command = 'ssh -tA {username}@{hostname} {ssh_command}'.format(
username=username, hostname=hostname, ssh_command=ssh_command)
username=username, hostname=hostname, ssh_command=ssh_command)
click.secho(command)
click.secho('\nOr just check your clipboard and run ctrl/command + v (requires package "xclip" on Linux)')
if pyperclip is not None:
Expand Down

0 comments on commit 34f5ae2

Please sign in to comment.