Skip to content

Commit 615d3b9

Browse files
authored
fix typo in release script (#1427)
1 parent dbde435 commit 615d3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rm -Rf testenv? || /bin/true
3333

3434
if [ "${RELEASE_SKIP}" != "head" ]
3535
then
36-
python3 -m venv testenv_1
36+
python3 -m venv testenv1
3737
# First we test the head
3838
# shellcheck source=/dev/null
3939
source testenv1/bin/activate

0 commit comments

Comments
 (0)