mirror of
https://github.com/xxh/xxh
synced 2025-02-16 20:38:27 +00:00
Remove trailing spaces
This commit is contained in:
parent
87c1ca5969
commit
14379534ed
1 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ class xxh:
|
|||
echo scp=`command -v scp`
|
||||
echo shell=`command -v {short_shell_name}`
|
||||
echo kernel=`uname -s`
|
||||
echo arch=`uname -m`
|
||||
echo arch=`uname -m`
|
||||
""".format(
|
||||
host_xxh_home=self.host_xxh_home,
|
||||
shell=self.shell,
|
||||
|
@ -708,7 +708,7 @@ class xxh:
|
|||
opt.ssh_login = url.username
|
||||
if opt.ssh_login:
|
||||
username = opt.ssh_login
|
||||
|
||||
|
||||
self.ssh_command = opt.ssh_command
|
||||
self.ssh_arguments = ['-o', 'StrictHostKeyChecking=accept-new']
|
||||
if not self.verbose:
|
||||
|
|
Loading…
Add table
Reference in a new issue