From f4878e48d48ff5e3b4f9626d2394a2179e1ef7e6 Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Wed, 25 Feb 2026 21:25:50 +0100 Subject: [PATCH] better outputs for new-domain --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 18e0f54..518199b 100644 --- a/commands.go +++ b/commands.go @@ -48,7 +48,7 @@ func newDomain(domain, domainDir string, dirOverridden bool) error { return err } createNewDomainCertsDir(domain, domainDir, dirOverridden) - fmt.Println("Successfully created domain entry for " + domain + "\nUpdate config file as needed in /etc/certman/domains/" + domainDir + ".conf") + fmt.Println("Successfully created domain entry for " + domain + "\nUpdate config file as needed in /etc/certman/domains/" + domain + ".conf\n") return nil }