summaryrefslogtreecommitdiff
path: root/morphlib/exts/ssh-rsync.write
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/exts/ssh-rsync.write')
-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 468e5a1f..775619ec 100755
--- a/morphlib/exts/ssh-rsync.write
+++ b/morphlib/exts/ssh-rsync.write
@@ -60,7 +60,7 @@ class SshRsyncWriteExtension(morphlib.writeexts.WriteExtension):
self.complete_fstab_for_btrfs_layout(temp_root, uuid)
- version_label = os.environ.get('VERSION_LABEL')
+ version_label = os.environ['VERSION_LABEL']
autostart = self.get_environment_boolean('AUTOSTART')
self.status(msg='Creating remote mount point')