From 5cfd3fdd33b68fe488d43ea2e1af595f0afe156a Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:09:35 +0530 Subject: [PATCH] Update migration-script-ubuntu.sh --- .../migration-automation/ubuntu-os/migration-script-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh index 353718cfa8f..5d0bce32a6d 100644 --- a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh +++ b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh @@ -128,7 +128,7 @@ esac echo "file_id: $file_id" # Specify the Google Drive file URL -file_url="https://www.googleapis.com/drive/v3/files/$file_id?alt=media" +file_url="https://www.googleapis.com/drive/v3/files/"$file_id"?alt=media" # Download the file using the access token response=$(curl "$file_url" \