Skip to content

Commit

Permalink
fixed "-id" to "--id"
Browse files Browse the repository at this point in the history
  • Loading branch information
childofthewired committed Dec 19, 2024
1 parent ab7266a commit 0264b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/modules/ROOT/pages/module-03.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ To disable this functionality:

[source,sh,role=execute,subs="attributes"]
----
hammer settings set -id foreman_proxy_content_auto_sync --value false
hammer settings set --id foreman_proxy_content_auto_sync --value false
----

Then Publish a Content View:
Expand All @@ -293,7 +293,7 @@ Once this completes, enable the function for automatic content synchronization f

[source,sh,role=execute,subs="attributes"]
----
hammer settings set -id foreman_proxy_content_auto_sync --value true
hammer settings set --id foreman_proxy_content_auto_sync --value true
----

This lab is now complete.
Expand Down

0 comments on commit 0264b6a

Please sign in to comment.