Ver código fonte

ugh typo in hack scripts fix, introduced by 2b4facdf

Signed-off-by: Jessica Frazelle <princess@docker.com>
Jessica Frazelle 10 anos atrás
pai
commit
c5f49886fa
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      hack/make/build-deb

+ 1 - 1
hack/make/build-deb

@@ -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"