Skip to content

Commit

Permalink
Fix line continuation
Browse files Browse the repository at this point in the history
Change-Id: I639aa453699766bf31f7722a59f4157a53cf7de4
  • Loading branch information
MarkDaoust committed Oct 1, 2024
1 parent bf63b18 commit 889102b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/rest/tuned_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ while [[ "$tuning_done" != "true" ]];
do
sleep 5
curl -X GET "https://generativelanguage.googleapis.com/v1/${operation}?key=$GOOGLE_API_KEY" \
-H 'Content-Type: application/json' \ 2> /dev/null > tuning_operation.json
-H 'Content-Type: application/json' \
2> /dev/null > tuning_operation.json

complete=$(jq .metadata.completedPercent < tuning_operation.json)
tput cuu1
Expand Down

0 comments on commit 889102b

Please sign in to comment.