summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-06 13:46:57 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-06 13:46:57 +0200
commitee787559a0d3492d4662eee3edd35c37ac6439f8 (patch)
tree3fa72fb149b5fc8690c2c024bc6718119ef9da5e /content
parentc1d42d947eb325c690e6719e4f351f0d0492db81 (diff)
Fix typo
Diffstat (limited to 'content')
-rw-r--r--content/posts/2022/2022-04-25-bashtard-introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2022/2022-04-25-bashtard-introduction.md b/content/posts/2022/2022-04-25-bashtard-introduction.md
index 3ab1bc7..43c96ef 100644
--- a/content/posts/2022/2022-04-25-bashtard-introduction.md
+++ b/content/posts/2022/2022-04-25-bashtard-introduction.md
@@ -242,7 +242,7 @@ playbook_sync() {
}
```
-Now, `bashtard add sshd` will run the `playbook_add()` function, which call the
+Now, `bashtard add sshd` will run the `playbook_add()` function, which calls the
`playbook_sync()` function before enabling and starting the `sshd` service. All
that is left is the `playbook_del()` function, which only really needs to stop
and disable the service. The templated files can be removed here as well if