Merge pull request #13853 from jfrazelle/fix-hack-make

ugh typo in hack scripts fix, introduced by 2b4facdf
This commit is contained in:
Jessie Frazelle 2015-06-10 11:53:47 -07:00
commit 65d0670d65
1 changed files with 1 additions and 1 deletions

View File

@ -62,5 +62,5 @@ set -e
docker rmi "$tempImage"
done
bundle .test-integration-stop
bundle .integration-daemon-stop
) 2>&1 | tee -a "$DEST/test.log"