From e76e1534a1e52d4944539160dc9b35a5fa0c3733 Mon Sep 17 00:00:00 2001 From: Michael Lohmann Date: Tue, 2 Jan 2024 17:09:38 +0100 Subject: [PATCH] create_challenge: remove not needed newline --- create_challenge.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/create_challenge.sh b/create_challenge.sh index 18de336..00172b3 100755 --- a/create_challenge.sh +++ b/create_challenge.sh @@ -27,8 +27,7 @@ cp "$DOCDIR/04_branch/branch.md" . git add branch.md commit -m "WIP: add description on branches -Flag: ShowMeMore -" +Flag: ShowMeMore" # For reference in commit.md later BRANCH_COMMIT="$(git rev-parse --short @)"