Skip to content

Commit 4ddcd66

Browse files
Merge pull request #235947 from msaenzbosupport/patch-16
[Doc-A-THon] Updating rpm on lower case.
2 parents b8c4cbf + e20af1d commit 4ddcd66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/state-configuration/remove-node-and-configuration-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To find the package names and other relevant details, see the [PowerShell Desire
8989
### RPM-based systems
9090

9191
```bash
92-
RPM -e <package name>
92+
rpm -e <package name>
9393
```
9494

9595
### dpkg-based systems
@@ -102,4 +102,4 @@ dpkg -P <package name>
102102

103103
- If you want to re-register the node, or register a new one, see [Register a VM to be managed by State Configuration](../tutorial-configure-servers-desired-state.md#register-a-vm-to-be-managed-by-state-configuration).
104104

105-
- If you want to add the configuration back and recompile, see [Compile DSC configurations in Azure Automation State Configuration](../automation-dsc-compile.md).
105+
- If you want to add the configuration back and recompile, see [Compile DSC configurations in Azure Automation State Configuration](../automation-dsc-compile.md).

0 commit comments

Comments
 (0)