From afec556f8de36b6844536e4d7fcc7e82b7045aff Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Mon, 7 Jun 2021 16:14:02 +0200 Subject: [PATCH] make changelog linter happy --- changelog/unreleased/tls-artefacts-out-of-binary-location.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/tls-artefacts-out-of-binary-location.md b/changelog/unreleased/tls-artefacts-out-of-binary-location.md index 45df3dbf84..17ec7d9e32 100644 --- a/changelog/unreleased/tls-artefacts-out-of-binary-location.md +++ b/changelog/unreleased/tls-artefacts-out-of-binary-location.md @@ -1,4 +1,4 @@ -Enhancement: Use system default location to store TLS artefacts. +Enhancement: Use system default location to store TLS artefacts This used to default to the current location of the binary, which is not ideal after a first run as it leaves traces behind. It now uses the system's location for artefacts with the help of https://golang.org/pkg/os/#UserConfigDir.