Skip to content

Commit 5d7afb9

Browse files
committed
Merge branch 'da/ipv6-support' of github.com:supabase/postgres into da/ipv6-support
2 parents 1bd4318 + 00f538d commit 5d7afb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebssurrogate/scripts/surrogate-bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function setup_chroot_environment {
182182
cp /tmp/chroot-bootstrap.sh /mnt/tmp/chroot-bootstrap.sh
183183
chroot /mnt /tmp/chroot-bootstrap.sh
184184
rm -f /mnt/tmp/chroot-bootstrap.sh
185-
echo "${POSTGRES_SUPABASE_VERSION}" > /mnt/root/supabase-release
185+
echo "${POSTGRES_SUPABASE_VERSION}" > /mnt/root/supabase-release
186186

187187
# Copy the nvme identification script into /sbin inside the chroot
188188
mkdir -p /mnt/sbin

0 commit comments

Comments
 (0)