Skip to content

Commit 9441416

Browse files
committed
Fix to run with sed on macOS
1 parent 25b3ce4 commit 9441416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for i in "${!supportedVersions[@]}"; do
4747
> "$dir/Dockerfile"
4848
cp docker-upgrade "$dir/"
4949
if [[ "$old" != 9.* ]]; then
50-
sed -i '/postgresql-contrib-/d' "$dir/Dockerfile"
50+
sed -i -e '/postgresql-contrib-/d' "$dir/Dockerfile"
5151
fi
5252
done
5353
done

0 commit comments

Comments
 (0)