summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/posts/2022/2022-04-25-bashtard-introduction.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2022/2022-04-25-bashtard-introduction.md b/content/posts/2022/2022-04-25-bashtard-introduction.md
index 43c96ef..c416433 100644
--- a/content/posts/2022/2022-04-25-bashtard-introduction.md
+++ b/content/posts/2022/2022-04-25-bashtard-introduction.md
@@ -156,12 +156,12 @@ FreeBSD systems, so I've created OS-specific configuration files for these.
```txt
mkdir etc/os.d
-cat /etc/os.d/linux-gentoo
+cat etc/os.d/linux-gentoo
ssh.sftp=/usr/lib64/misc/sftp-server
```
```txt
-cat /etc/os.d/freebsd
+cat etc/os.d/freebsd
ssh.sftp=/usr/lib64/misc/sftp-server
```