Skip to content

Commit 889102b

Browse files
committed
Fix line continuation
Change-Id: I639aa453699766bf31f7722a59f4157a53cf7de4
1 parent bf63b18 commit 889102b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/rest/tuned_models.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ while [[ "$tuning_done" != "true" ]];
7878
do
7979
sleep 5
8080
curl -X GET "https://generativelanguage.googleapis.com/v1/${operation}?key=$GOOGLE_API_KEY" \
81-
-H 'Content-Type: application/json' \ 2> /dev/null > tuning_operation.json
81+
-H 'Content-Type: application/json' \
82+
2> /dev/null > tuning_operation.json
8283

8384
complete=$(jq .metadata.completedPercent < tuning_operation.json)
8485
tput cuu1

0 commit comments

Comments
 (0)