summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/cloud-config.txt')
-rw-r--r--doc/examples/cloud-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt
index 1bde5b10..144820a9 100644
--- a/doc/examples/cloud-config.txt
+++ b/doc/examples/cloud-config.txt
@@ -196,7 +196,7 @@ runcmd:
# once-per-instance
# always
# a python file in the CloudConfig/ module directory named
-# cloud_config_name.py
+# cc_<name>.py
# example:
cloud_config_modules:
- [apt-update-upgrade, always]