Skip to content

Commit be4ff70

Browse files
fix: Simplify SQL Server access restoration messages
1 parent e4e2789 commit be4ff70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/scripts/process_sample_data.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@
260260
--enable-public-network $restore_value \
261261
--output none
262262
if [ $? -eq 0 ]; then
263-
echo "✓ SQL Server public access restored"
263+
echo "✓ SQL Server access restored"
264264
else
265-
echo "✗ Failed to restore SQL Server public access"
265+
echo "✗ Failed to restore SQL Server access"
266266
fi
267267
else
268-
echo "SQL Server public access unchanged (already at desired state)"
268+
echo "SQL Server access unchanged (already at desired state)"
269269
fi
270270

271271
}

0 commit comments

Comments
 (0)