summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-12-19 09:21:01 -0500
committerScott Moser <smoser@ubuntu.com>2012-12-19 09:21:01 -0500
commit6f96b922886c8d607a6be69ae8bc0ce1caf75d04 (patch)
treeee384793bcccd890b50387abb670703d2e6e7903 /cloudinit
parent5021c3fa71a6d239a8a67303cd564d383a9c6e1d (diff)
downloadvyos-cloud-init-6f96b922886c8d607a6be69ae8bc0ce1caf75d04.tar.gz
vyos-cloud-init-6f96b922886c8d607a6be69ae8bc0ce1caf75d04.zip
cloudinit/handlers/upstart_job.py: pep8 / trailing whitespace
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/handlers/upstart_job.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/handlers/upstart_job.py b/cloudinit/handlers/upstart_job.py
index 4e204da0..4684f7f2 100644
--- a/cloudinit/handlers/upstart_job.py
+++ b/cloudinit/handlers/upstart_job.py
@@ -66,5 +66,5 @@ class UpstartJobPartHandler(handlers.Handler):
util.write_file(path, payload, 0644)
# if inotify support is not present in the root filesystem
- # (overlayroot) then we need to tell upstart to re-read /etc
+ # (overlayroot) then we need to tell upstart to re-read /etc
util.subp(["initctl", "reload-configuration"], capture=False)