Skip to content

Commit 8d0e057

Browse files
authored
Merge pull request #89857 from jeana-redhat/edit-machine-template-command-typo
fix command typo from related review
2 parents dc7719a + 2c90858 commit 8d0e057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/capi-modifying-machine-template.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ NAME AGE
4343
+
4444
[source,terminal]
4545
----
46-
$ oc get <template_name> -o yaml > <template_name>.yaml
46+
$ oc get <machine_template_kind> <template_name> -o yaml > <template_name>.yaml
4747
----
4848
+
4949
where `<template_name>` is the name of the machine template resource for your cluster.

0 commit comments

Comments
 (0)