瀏覽代碼

Replace "--pull-missing" with "--pull=missing" (in test-pr.sh)

Tianon Gravi 9 年之前
父節點
當前提交
ae29d3a0ef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test-pr.sh

+ 1 - 1
test-pr.sh

@@ -153,7 +153,7 @@ for img in "${files[@]}"; do
 	for uniqImg in "${uniqImgs[@]}"; do
 		echo
 		echo '$ bashbrew build' "$uniqImg"
-		if bashbrew build --pull-missing "$uniqImg"; then
+		if bashbrew build --pull=missing "$uniqImg"; then
 			echo
 			echo '$ test/run.sh' "$uniqImg"
 			if ! ./test/run.sh "$uniqImg"; then