mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ugh typo in hack scripts fix, introduced by 2b4facdf
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
12149e8293
commit
c5f49886fa
1 changed files with 1 additions and 1 deletions
|
@ -62,5 +62,5 @@ set -e
|
||||||
docker rmi "$tempImage"
|
docker rmi "$tempImage"
|
||||||
done
|
done
|
||||||
|
|
||||||
bundle .test-integration-stop
|
bundle .integration-daemon-stop
|
||||||
) 2>&1 | tee -a "$DEST/test.log"
|
) 2>&1 | tee -a "$DEST/test.log"
|
||||||
|
|
Loading…
Reference in a new issue