diff --git a/check_missing_installations.sh b/check_missing_installations.sh index 5b48171e17..9e8dd187c3 100755 --- a/check_missing_installations.sh +++ b/check_missing_installations.sh @@ -16,7 +16,7 @@ elif [ "$#" -eq 2 ]; then echo "Using $2 to give create exceptions for PR filtering of easystack" # Find lines that are added and use from-pr, make them unique, grab the # PR numbers and use them to construct something we can use within awk - pr_exceptions=$(grep ^+ $2 | grep from-pr | uniq | awk '{print $3}' | xargs -i echo " || /'{}'/") + pr_exceptions=$(grep ^+ $2 | grep from-pr: | uniq | awk '{print $3}' | xargs -i echo " || /'{}'/") else echo "ERROR: Usage: $0 ()" >&2 exit 1