fix typo /nun_or_fail/run_or_fail/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/2.0
Steven Armstrong 14 years ago
parent 2720a36e98
commit a2f3246758
  1. 2
      bin/cdist

@ -153,7 +153,7 @@ class Cdist:
def remote_mkdir(self, directory):
"""Create directory on remote side"""
self.nun_or_fail(["mkdir", "-p", directory], remote=True)
self.run_or_fail(["mkdir", "-p", directory], remote=True)
def remote_cat(filename):
"""Use cat on the remote side for output"""

Loading…
Cancel
Save