From 06246facc5141484f364ca14430b46c0d6048f45 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 6 Aug 2024 16:31:41 +0100 Subject: [PATCH] Add missing newline in template --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index 104611b..1f90c1a 100644 --- a/templates +++ b/templates @@ -213,7 +213,7 @@ envrc-file-mode "if [ ! -f $VENV_DIR/bin/activate ]; then" n > "$PYTHON -m venv --clear $VENV_DIR" n "else" n - > "$PYTHON -m venv --upgrade $VENV_DIR" + > "$PYTHON -m venv --upgrade $VENV_DIR" n "fi" n "source $VENV_DIR/bin/activate")