From 483e5b2f692b92a25f6f66ebccff09b54fc38447 Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Fri, 23 Jun 2023 16:35:43 +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 66200056eaf..8b4c263b5d3 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 @@ -36,7 +36,7 @@ currentVersion=$(echo $currentVersion | xargs) combinedCurrentVersion="wso2is-${currentVersion}" # Replace all instances of "CurrentVersion" with the combined version value -sed -i "s/CurrentVersion/${combinedCurrentVersion}/g" /home/runner/work/Automating-Product-Migration-Testing/Automating-Product-Migration-Testing/migration-tester/migration-automation/env.sh +sed -i "s/CurrentVersion/${combinedCurrentVersion}/g" /home/runner/work/product-is/product-is/migration-tester/migration-automation/env.sh # Remove spaces from the beginning and end of the migratingVersion variable migratingVersion=$(echo $migratingVersion | xargs)