Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Crow committed Dec 10, 2024
1 parent d4902d9 commit 821e7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/pxe-osv-03.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Let's write some data to a file:

[source,sh,role=execute]
----
virtctl ssh cloud-user@centos-stream9-example -i ~/.ssh/id_rsa -t "-o StrictHostKeyChecking=no" -c 'echo "Redhat was here" > ~/text'
virtctl ssh cloud-user@centos-stream9-example -i ~/.ssh/id_rsa -t "-o StrictHostKeyChecking=no" -c 'echo "Red Hat was here" > ~/text'
----

We can read our file at any time by running:
Expand Down

0 comments on commit 821e7c2

Please sign in to comment.