From bc659595811b7da30b2091de58ab6b34a63fda27 Mon Sep 17 00:00:00 2001
From: jankovicn <nikola.jankovic@eox.at>
Date: Thu, 7 Oct 2021 14:38:18 +0200
Subject: [PATCH] linted

---
 vs_starter/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vs_starter/cli.py b/vs_starter/cli.py
index f46b4e8..0b2f728 100644
--- a/vs_starter/cli.py
+++ b/vs_starter/cli.py
@@ -26,7 +26,7 @@ KEY_VALUE = KeyValueParamType()
 @click.option(
     "--param",
     "-p",
-    help="""parameters for the jinja templates [slug, service_url, 
+    help="""parameters for the jinja templates [slug, service_url,
             release_version, sftp,
             shibauth_renderer, shibauth_cache]""",
     type=KEY_VALUE,
-- 
GitLab