diff options
-rw-r--r-- | cloudinit/config/cc_write_files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_write_files.py b/cloudinit/config/cc_write_files.py index 9e8f63a5..ed2abe9e 100644 --- a/cloudinit/config/cc_write_files.py +++ b/cloudinit/config/cc_write_files.py @@ -32,7 +32,7 @@ def handle(name, cfg, _cloud, log, _args): files = cfg.get('write_files') if not files: log.debug(("Skipping module named %s," - " no/empty 'files' key in configuration"), name) + " no/empty 'write_files' key in configuration"), name) return write_files(name, files, log) |