check-hostnames: fix matching newline-separated hostnames
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M check-hostnames → check-hostnames
@@ -3,7 +3,7 @@ set --local to_provision $( join -v1 \ (awk ' /^[a-z]/ { - gsub(/, /, " "); + gsub(/,/, ""); gsub(/ {/, ""); gsub(/[[:space:]]+/, "\n"); if ($1 !~ /fly\.dev/) {