Skip to content

Commit 2cb529d

Browse files
authored
Merge pull request #51756 from kheiakiyama/kheiakiyama-patch-1
Fix typo `resolvconf` path on Ubuntu
2 parents 381de4d + 83c2e1f commit 2cb529d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/azure-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To check the current settings on a Linux virtual machine, 'cat /etc/resolv.conf'
9292
The resolv.conf file is auto-generated and should not be edited. The specific steps that add the 'options' line vary by distribution:
9393

9494
**Ubuntu** (uses resolvconf)
95-
1. Add the options line to '/etc/resolveconf/resolv.conf.d/head'.
95+
1. Add the options line to '/etc/resolvconf/resolv.conf.d/head'.
9696
2. Run 'resolvconf -u' to update.
9797

9898
**SUSE** (uses netconf)

0 commit comments

Comments
 (0)