Browse Source

Add chengelog and remove duplicate call to dirname

pull/1324/head
Jonathan Leroy 2 months ago
parent
commit
85f72ad1bb
Failed to extract signature
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      .changelog/cbeaa629126c4d7bbb6f8b59e76b8835.md
  2. +1
    -1
      script/common.sh

+ 4
- 0
.changelog/cbeaa629126c4d7bbb6f8b59e76b8835.md View File

@ -0,0 +1,4 @@
---
type: none
---
Fix venv activation not working when using a custom VENV_NAME

+ 1
- 1
script/common.sh View File

@ -9,7 +9,7 @@ set -e
OCTODNS_PATH="$( dirname -- "${SCRIPT_PATH}"; )"
# Change to path OctoDNS base directory
cd "$( dirname -- "${SCRIPT_PATH}"; )"
cd "${OCTODNS_PATH}"
# If no venv name is set, set it to "env"
if [ -z "${VENV_NAME}" ]; then


Loading…
Cancel
Save