This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Add chengelog and remove duplicate call to dirname
pull/1324/head
Jonathan Leroy
2 months ago
parent
a549ddf15b
commit
85f72ad1bb
Failed to extract signature
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.changelog/cbeaa629126c4d7bbb6f8b59e76b8835.md
+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
Write
Preview
Loading…
Cancel
Save