Skip to content

Commit 118d247

Browse files
authored
Fix typo in self-build-deploy guide
1 parent 595ddea commit 118d247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/self-build-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Cube Sandbox requires the /data/cubelet directory to reside on an XFS filesystem
130130
Create a large file, format it as XFS, and mount it via loop device.
131131
This works well for testing, development, or virtualized environments.
132132
```bash
133-
# 1. Install xfsprogsIf `mkfs.xfs` is missing
133+
# 1. Install xfsprogs (If `mkfs.xfs` is missing)
134134
# Ubuntu/Debian
135135
sudo apt update && sudo apt install xfsprogs -y
136136
# RHEL/CentOS

0 commit comments

Comments
 (0)