summaryrefslogtreecommitdiff
path: root/morphlib/exts
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-06-19 12:59:34 +0100
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-06-19 12:59:34 +0100
commitec88a049476df20e12b49cfb9b8477e088d0d8ae (patch)
treeab1f27a43ef29e7f77fc90ac764cbfddae8184e8 /morphlib/exts
parent1a419264ef398e145c80f42275f8863babff5353 (diff)
downloadmorph-ec88a049476df20e12b49cfb9b8477e088d0d8ae.tar.gz
Fix a typo
Diffstat (limited to 'morphlib/exts')
-rwxr-xr-xmorphlib/exts/ssh-rsync.write2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/exts/ssh-rsync.write b/morphlib/exts/ssh-rsync.write
index 1a921996..6bef51db 100755
--- a/morphlib/exts/ssh-rsync.write
+++ b/morphlib/exts/ssh-rsync.write
@@ -74,7 +74,7 @@ class SshRsyncWriteExtension(morphlib.writeexts.WriteExtension):
self.install_remote_kernel(location, version_root, temp_root)
default_path = os.path.join(remote_mnt, 'systems', 'default')
if self.bootloader_is_wanted():
- output = ssh_runcmd(location, ['sh', '-c',
+ output = cliapp.ssh_runcmd(location, ['sh', '-c',
'test -e "$1" && stat -c %F "$1"'
' || '
'echo missing file',