Skip to content

Commit 6640b32

Browse files
committed
Update acfl.md, oci-cli.md
1 parent c16ad44 commit 6640b32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/install-guides/acfl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ module avail
235235

236236
#### Red Hat or Amazon Linux:
237237

238-
```bash { target="fedora:latest" env_source="/usr/share/Modules/init/bash" pre_cmd="module use /opt/arm/modulefiles" }
238+
```console
239239
echo ". /usr/share/Modules/init/bash" >> $HOME/.bashrc
240240
echo "module use /opt/arm/modulefiles" >> $HOME/.bashrc
241241
source $HOME/.bashrc

content/install-guides/oci-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scrip
6464

6565
Verify OCI CLI is installed using the `--version` option:
6666

67-
```bash { target="ubuntu:latest", pre_cmd=". $HOME/.bashrc" }
67+
```console
6868
oci --version
6969
```
7070

0 commit comments

Comments
 (0)