Skip to content

Commit aa295b1

Browse files
authored
Merge pull request #383 from common-workflow-language/release_typo
release_test_typo
2 parents a7c098f + 29e16d3 commit aa295b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rm -Rf testenv? || /bin/true
2626

2727
if [ "${RELEASE_SKIP}" != "head" ]
2828
then
29-
python3 -m venv testenv_1
29+
python3 -m venv testenv1
3030
# First we test the head
3131
# shellcheck source=/dev/null
3232
source testenv1/bin/activate

0 commit comments

Comments
 (0)