Skip to content

Commit 30ae18c

Browse files
Fix a typo in deb deploy script
(cherry picked from commit 518deec)
1 parent f5c4584 commit 30ae18c

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
@@ -31,7 +31,7 @@ script:
3131
- sudo chown travis:travis ${DIST_REPO}/deb_dist/*.deb
3232
after_success:
3333
- md5sum ${PKG_RELEASE_EL7} > ${PKG_RELEASE_EL7}.md5 && md5sum --check ${PKG_RELEASE_EL7}.md5
34-
- md5sum ${PKG_RELEASE_1404} > ${PKG_RELEASE_1404}.md5 && md5sum --check ${PKG_RELASE_1404}.md5
34+
- md5sum ${PKG_RELEASE_1404} > ${PKG_RELEASE_1404}.md5 && md5sum --check ${PKG_RELEASE_1404}.md5
3535

3636
before_deploy: PKG_VERSION=$(python -c "import f5; print(f5.__version__)")
3737
deploy:

0 commit comments

Comments
 (0)