Skip to content

Commit bd9e762

Browse files
committed
content: Change pushd in Get a Working openEuler section
Since we are booting a virtual machine in that directory, it would be more appropriate we use `cd` instaed of `pushd`. Signed-off-by: Ruoqing He <[email protected]>
1 parent 6f4870a commit bd9e762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cloud-native/kata-containers/kata-on-openEuler-riscv64.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export PATH=$PATH:/opt/qemu/bin
3939

4040
```sh
4141
mkdir -p /opt/openEuler
42-
pushd /opt/openEuler
42+
cd /opt/openEuler
4343

4444
# Use 24.09 for the time being, you may choose what's latest
4545
wget https://repo.openeuler.org/openEuler-24.09/virtual_machine_img/riscv64/RISCV_VIRT_CODE.fd

0 commit comments

Comments
 (0)