From 2037371793df4b6b615af224e3ad22c6a622524a Mon Sep 17 00:00:00 2001 From: Mike Hillyer Date: Mon, 16 Sep 2024 11:33:09 -0400 Subject: [PATCH] Fix a couple of minor linter issues before push. --- docs/tutorial/quickstart.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index a4b61c454..21c57c095 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -9,9 +9,9 @@ This tutorial requires the following: -* A basic understanding of Linux administration. +* A basic understanding of Linux administration. * Experience installing and managing an [MTA](https://en.wikipedia.org/wiki/Message_transfer_agent), preferably in a high-volume sending environment. -* A provisioned physical or virtual machine. +* A provisioned physical or virtual machine. * A minimal installer for Rocky Linux 9. !!!danger @@ -94,8 +94,8 @@ This tutorial requires the following: 1. View the log entries related to your test message: - ```console - $ sudo /opt/kumomta/sbin/tailer --tail /var/log/kumomta + ```bash + sudo /opt/kumomta/sbin/tailer --tail /var/log/kumomta ``` ```json