Skip to content

Commit

Permalink
Update migration-script-ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 authored Jun 27, 2023
1 parent ca4b19c commit 6fa4d0f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ api_key="$migrationApiKey"
file_id=$(echo "$file_url" | awk -F'/' '{print $NF}' | awk -F'=' '{print $2}')

curl -k -H "Authorization: Bearer $api_key" \
-C -R \
https://www.googleapis.com/drive/v3/files/$file_id?alt=media \
-o wso2is.zip
echo "Downloading using API key.."
Expand Down

0 comments on commit 6fa4d0f

Please sign in to comment.