From 234c88477756bc0ac4d71e894c90cde03bd4f266 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Wed, 14 Apr 2021 12:24:40 +0300 Subject: [PATCH] Fixes markup --- docs/_posts/2020-09-20-git-secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2020-09-20-git-secret.md b/docs/_posts/2020-09-20-git-secret.md index 896dc359..e2ea0bd8 100644 --- a/docs/_posts/2020-09-20-git-secret.md +++ b/docs/_posts/2020-09-20-git-secret.md @@ -177,4 +177,4 @@ This directory contains data used by git-secret and PGP to allow and maintain th Generally speaking, all the files in this directory *except* `random_seed` should be checked into your repo. By default, `git secret init` will add the file `.gitsecret/keys/random_seed` to your `.gitignore` file. -Again, you can change the name of this directory using the SECRETS_DIR environment variable. +Again, you can change the name of this directory using the `SECRETS_DIR` environment variable.