From 8afaae3215a3eb863132255b53465fb49d782989 Mon Sep 17 00:00:00 2001 From: Mason10198 <31994327+Mason10198@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:33:14 -0500 Subject: [PATCH] Fix typo --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index a436a58..df626fc 100644 --- a/config.yaml +++ b/config.yaml @@ -373,7 +373,7 @@ DEV: # Specify the TMP directory. TmpDir: /tmp/SkywarnPlus - # Write alert titles to /tmp/AUTOSKY/alerts.txt for Supermon backwards compatibility. + # Write alert titles to /tmp/AUTOSKY/warnings.txt for Supermon backwards compatibility. SupermonCompat: true # Enable test alert injection instead of calling the NWS API by setting 'INJECT' to 'True'.