forked from ungleich-public/cdist
%s/\( \)/\1 /g + fix logo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
211212e079
commit
ad5c33b746
1 changed files with 674 additions and 674 deletions
|
@ -153,7 +153,7 @@ class Cdist:
|
|||
|
||||
def remote_mkdir(self, directory):
|
||||
"""Create directory on remote side"""
|
||||
self.run_or_fail(["mkdir", "-p", directory], remote=True)
|
||||
self.nun_or_fail(["mkdir", "-p", directory], remote=True)
|
||||
|
||||
def remote_cat(filename):
|
||||
"""Use cat on the remote side for output"""
|
||||
|
|
Loading…
Reference in a new issue