Skip to content

Commit 4bf2cce

Browse files
vwbusguyfrelon
authored andcommitted
Fix typo for hostname in cloud-config example
Current docs have: ``` hostame: myserver ``` where it should be "hostname:"
1 parent 5c074ee commit 4bf2cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud-config-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ runcmd:
224224
- echo hello world
225225
226226
# Hostname
227-
hostame: myserver
227+
hostname: myserver
228228
229229
# Write arbitrary files
230230
write_files:

0 commit comments

Comments
 (0)