From d872146c0156ecf62ac7f685ee4d83c049e418e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Gustav=20Str=C3=A5b=C3=B8?= Date: Thu, 13 Jun 2024 15:37:35 +0200 Subject: [PATCH] remove extra lineshift --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b9d1cc3..823ec06 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ The user configured for connecting to the SQL Server must be member of the `radi Every command line argument can be specified as an environment variable by prefixing it with `RVS_`, capitalizing it, and replicaing hyphens (`-`) with underscores (`_`), e.g. `full-sync-cron-spec` becomes `RVS_FULL_SYNC_CRON_SPEC`. - ## Developing You need Go (>=1.22) installed. Make sure GOPATH and GOROOT are properly set up. Clone the repo into your GOPATH and run go mod download