Skip to content

Commit 264cecb

Browse files
committed
fixing package.sh path error
1 parent 6f52638 commit 264cecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- cd docs
2424
- make html
2525
- cd ../
26-
- ${DIST_REPO}/scripts/package "redhat" "7"
26+
- ${DIST_REPO}/scripts/package.sh "redhat" "7"
2727
before_deploy: PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
2828
deploy:
2929
provider: releases

0 commit comments

Comments
 (0)