summaryrefslogtreecommitdiff
path: root/ssh-rsync.write
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
commit5e664629324a2cab7b4b79c01d458cc00c38e9c4 (patch)
tree1cd66d8987e35c2bf2ab74a510cd7030d0606b6c /ssh-rsync.write
parent251d6a684eda959057810e736184eac316e80c75 (diff)
downloaddefinitions-5e664629324a2cab7b4b79c01d458cc00c38e9c4.tar.gz
Fix a typo
Diffstat (limited to 'ssh-rsync.write')
-rwxr-xr-xssh-rsync.write2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-rsync.write b/ssh-rsync.write
index 1a921996..6bef51db 100755
--- a/ssh-rsync.write
+++ b/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',