Skip to content

Commit f969d12

Browse files
authored
removed the _ in the first mention of the version number in RPM Installation (#505)
1 parent 0e7f18f commit f969d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rhoas/rhoas-cli-installation/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ You can install `rhoas` as an RPM if you are using Red Hat Enterprise Linux (RHE
135135
+
136136
[source,shell,subs="+quotes"]
137137
----
138-
$ sudo dnf install -y https://github.com/redhat-developer/app-services-cli/releases/download/v_<__version-num__>_/rhoas_<__version-num__>_linux_amd64.rpm
138+
$ sudo dnf install -y https://github.com/redhat-developer/app-services-cli/releases/download/v<__version-num__>_/rhoas_<__version-num__>_linux_amd64.rpm
139139
----
140140

141141
. Check the `rhoas` version to verify that the CLI is installed.

0 commit comments

Comments
 (0)