Skip to content

Commit

Permalink
Fix Travis script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiwek committed Nov 2, 2018
1 parent 53f4e09 commit 8544508
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

2.6-beta2-62 | 2018-11-01 20:39:07 -0500

* Fix Travis script typo (Jon Siwek, Corelight)

2.6-beta2-61 | 2018-11-01 19:57:32 -0500

* Add more debug output to Travis script (Jon Siwek, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6-beta2-61
2.6-beta2-62
2 changes: 1 addition & 1 deletion testing/scripts/travis-job
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ run() {
cd ..
fi

if [ -d bro-testing-private]; then
if [ -d bro-testing-private ]; then
cd bro-testing-private
make

Expand Down

0 comments on commit 8544508

Please sign in to comment.