Skip to content

Commit fa5ea9b

Browse files
fix: Simplify log message for custom data processing script
1 parent c8af804 commit fa5ea9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/scripts/process_custom_data.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ if [ $? -ne 0 ]; then
585585
exit 1
586586
fi
587587

588-
# Run 04_cu_process_custom_data.py with agent framework
589-
echo "✓ Processing custom data with agent framework"
588+
# Run 04_cu_process_custom_data.py
589+
echo "✓ Processing custom data"
590590
sql_server_fqdn="$sqlServerName.database.windows.net"
591591
python "${pythonScriptPath}04_cu_process_custom_data.py" \
592592
--search_endpoint "$searchEndpoint" \

0 commit comments

Comments
 (0)