Skip to content

Commit 480178d

Browse files
committed
fix release test
1 parent 0b53b52 commit 480178d

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
@@ -5,7 +5,7 @@ set -x
55

66
package=cwl-utils
77
module=cwl_utils
8-
slug=${TRAVIS_PULL_REQUEST_SLUG:=common-workflow-language/cwl_utils}
8+
slug=${TRAVIS_PULL_REQUEST_SLUG:=common-workflow-language/cwl-utils}
99
repo=https://github.com/${slug}.git
1010
run_tests="bin/py.test --pyargs ${module}"
1111
pipver=18 # minimum required version of pip

0 commit comments

Comments
 (0)