소스 검색

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

ugh typo in hack scripts fix, introduced by 2b4facdf
Jessie Frazelle 10 년 전
부모
커밋
65d0670d65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hack/make/build-deb

+ 1 - 1
hack/make/build-deb

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