From faa5a28a96291221a260f76a0297ff74b2dbbd34 Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Sat, 24 Jun 2023 07:24:21 +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 aea805b3e6..fe36972806 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/wso2-is/migration-tester/migration-automation/env.s +sed -i "s/CurrentVersion/${combinedCurrentVersion}/g" /home/runner/product-is/migration-tester/migration-automation/env.s # Remove spaces from the beginning and end of the migratingVersion variable migratingVersion=$(echo $migratingVersion | xargs)