Browse Source

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

Tianon Gravi 9 years ago
parent
commit
ae29d3a0ef
1 changed files with 1 additions and 1 deletions
  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
 	for uniqImg in "${uniqImgs[@]}"; do
 		echo
 		echo
 		echo '$ bashbrew build' "$uniqImg"
 		echo '$ bashbrew build' "$uniqImg"
-		if bashbrew build --pull-missing "$uniqImg"; then
+		if bashbrew build --pull=missing "$uniqImg"; then
 			echo
 			echo
 			echo '$ test/run.sh' "$uniqImg"
 			echo '$ test/run.sh' "$uniqImg"
 			if ! ./test/run.sh "$uniqImg"; then
 			if ! ./test/run.sh "$uniqImg"; then