diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1505f1a..d8ca4b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,7 +39,7 @@
* Merge pkg_ and roles created based on file/service detection
* Avoid idempotency issue with users (`password_lock`)
- * Rename subcommands/args ('export' is now 'enroll', '--bundle' is now '--harvest')
+ * Rename subcommands/args ('export' is now 'enroll', '--bundle' is now '--harvest')
* Don't try and start systemd services that were Inactive at harvest time
* Capture miscellaneous files in /etc under their own `etc_custom` role, but not backup files
* Add tests
diff --git a/README.md b/README.md
index cd3bba4..19b5377 100644
--- a/README.md
+++ b/README.md
@@ -357,4 +357,3 @@ My Forgejo doesn't yet support proper federation, and for that reason I've not o
Instead, you can e-mail me (see the pyproject.toml for details) or contact me on the Fediverse:
https://goto.mig5.net/@mig5
-
diff --git a/enroll.svg b/enroll.svg
index c986e1f..0ee1590 100644
--- a/enroll.svg
+++ b/enroll.svg
@@ -109,4 +109,3 @@
enroll
-
diff --git a/tests.sh b/tests.sh
index ea7ad59..6becc39 100755
--- a/tests.sh
+++ b/tests.sh
@@ -15,10 +15,10 @@ poetry run \
--harvest "${BUNDLE_DIR}" \
--out "${ANSIBLE_DIR}"
-builtin cd "${ANSIBLE_DIR}"
+builtin cd "${ANSIBLE_DIR}"
# Lint
-ansible-lint "${ANSIBLE_DIR}"
+ansible-lint "${ANSIBLE_DIR}"
# Run
ansible-playbook playbook.yml -i "localhost," -c local --check --diff