Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topics/installing-cli-tool.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Password: <***********>
+
[source,terminal]
----
podman cp $(podman create registry.redhat.com/mta-toolkit/mta-mta-cli-rhel9:{ProductVersion}):/usr/local/bin/mta-cli ./
podman cp $(podman create registry.redhat.io/mta/mta-rhel8-operator:{PodmanProductVersion}):/usr/local/bin ./
----
+
This command will copy the binary `PATH` for system-wide use.
Expand Down
1 change: 1 addition & 0 deletions docs/topics/templates/document-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ifdef::mta[]
:WebNameURL: user_interface_guide
:WebConsoleBookName: {WebNameTitle} Guide
:ProductVersion: 7.0.3
:PodmanProductVersion: 7.0.3-7
:PluginName: MTA plugin
// :MavenProductVersion: 7.0.0.GA-redhat-00001
:ProductDistributionVersion: 7.0.3.GA-redhat
Expand Down