From 8fe42e9163bc63aceeb4b270193495350ff20972 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Wed, 28 Jun 2023 23:46:55 -0400 Subject: [PATCH] fix typo --- deploy_configs/config.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy_configs/config.sample b/deploy_configs/config.sample index bc60287..ea0b7e4 100644 --- a/deploy_configs/config.sample +++ b/deploy_configs/config.sample @@ -1,17 +1,17 @@ # NOTE: Sample config is provided in yaml format for easy editing # mail4one needs a json config, Please convert the config to json before passing to app -# This is to avoid yaml depependency in the app +# This is to avoid yaml dependency in the app # # Some tools to convert to json: -# If you have go in your system (https://go.dev/) +# If you have `go` in your system (https://go.dev/) # go run github.com/mikefarah/yq/v4@latest -oj -P . config.sample > config.json # -# If you have pipx in your system (https://pypa.github.io/pipx/) +# If you have `pipx` in your system (https://pypa.github.io/pipx/) # pipx run yq . config.sample > config.json # # or a browser: # https://onlineyamltools.com/convert-yaml-to-json -# + default_tls: # Will be used by both pop and smtp servers # If using certbot(https://certbot.eff.org/), # the following files will be here /etc/letsencrypt/live/