From ca3fcea50bf98e5a4dcba7c5ebeb001df63bd0c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 24 Sep 2020 16:16:07 +0200
Subject: [PATCH] Minor fix in release process

---
 docs/release-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/release-process.md b/docs/release-process.md
index 687fcae66..9172d541f 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -6,7 +6,7 @@ the following steps according to the release, you are actually performing.
 1. Create a new branch `v0.1` if not already exists. This branch will never
 again be merged into master.
 
-2. Checkout the `v0.1 branch.
+2. Checkout the `v0.1` branch.
 
 3. Update all references to Theodolite Docker images to tag `v0-1-1`. These are
 mainly the Kubernetes resource definitions in `execution` as well as the Docker
-- 
GitLab