Skip to content

Commit cc7d3b2

Browse files
committed
Updated text per UUF
1 parent d62c388 commit cc7d3b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-local/manage/virtual-machine-image-red-hat-enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ To configure the VM:
143143
1. Make sure that `cloud-init` wasn't installed.
144144

145145
```bash
146-
Sudo yum list installed | grep cloud-init
146+
sudo yum list installed | grep cloud-init
147147
```
148148

149149
1. Install the `cloud-init` tool and verify the version of `cloud-init` that was installed.
150150

151151
```bash
152-
Sudo yum install -y cloud-init
152+
sudo yum install -y cloud-init
153153
cloud-init --version
154154
```
155155

0 commit comments

Comments
 (0)