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 6a1db5c217a..8c4738fc333 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/product-is/migration-tester/migration-automation/env.s +sed -i "s/CurrentVersion/${combinedCurrentVersion}/g" /home/runner/work/product-is/product-is/migration-tester/migration-automation/env.s # Remove spaces from the beginning and end of the migratingVersion variable migratingVersion=$(echo $migratingVersion | xargs)