ugh typo in hack scripts fix, introduced by 2b4facdf

Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle 2015-06-10 11:00:59 -07:00
parent 12149e8293
commit c5f49886fa
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"