Fix bug for ssh.set_config()
This commit is contained in:
parent
6e5131ad46
commit
fec1c66422
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2018 Lance Edgar
|
||||
# Copyright © 2010-2019 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -24,8 +24,6 @@
|
|||
Fabric Library for SSH
|
||||
"""
|
||||
|
||||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
|
||||
def cache_host_key(c, host, for_user='root'):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue