diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-24 17:41:56 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-09-24 17:41:56 -0700 |
commit | ebd83a036cd94d856c2cd100202c6fb4ca287ce1 (patch) | |
tree | 2502a4464ae60d5a821ed9040f13241e8dce284b /cloudinit/stages.py | |
parent | f59369d1bb0eac874dcd2fa91abfad9186b22810 (diff) | |
parent | 314530b519814af4b19b4f7cbcb9a35a6cd68e2d (diff) | |
download | vyos-cloud-init-ebd83a036cd94d856c2cd100202c6fb4ca287ce1.tar.gz vyos-cloud-init-ebd83a036cd94d856c2cd100202c6fb4ca287ce1.zip |
Bring up to date with trunk.
Diffstat (limited to 'cloudinit/stages.py')
-rw-r--r-- | cloudinit/stages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/stages.py b/cloudinit/stages.py index af902925..4ed1a750 100644 --- a/cloudinit/stages.py +++ b/cloudinit/stages.py @@ -240,7 +240,7 @@ class Init(object): return ds def _get_instance_subdirs(self): - return ['handlers', 'scripts', 'sems'] + return ['handlers', 'scripts', 'sem'] def _get_ipath(self, subname=None): # Force a check to see if anything |