From a8531757c94afdb47fa0df5d3085643311d3c5a5 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 14 Nov 2023 14:51:19 -0800 Subject: [PATCH] Removing extension quotes --- .github/workflows/IntegrationTesting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/IntegrationTesting.yml b/.github/workflows/IntegrationTesting.yml index 1b7a94be..7a561b90 100644 --- a/.github/workflows/IntegrationTesting.yml +++ b/.github/workflows/IntegrationTesting.yml @@ -21,7 +21,7 @@ jobs: run: rsync -r * sample-apps/http-server/aws-xray-sdk-go --exclude sample-apps/ - name: The application.go file must be at the working directory level in EB Go. We need to change the redirection to the folder we copied in the previous step. - run: sed -i '' 's|replace github.com/aws/aws-xray-sdk-go => ../../|replace github.com/aws/aws-xray-sdk-go => ./aws-xray-sdk-go|g' go.mod + run: sed -i 's|replace github.com/aws/aws-xray-sdk-go => ../../|replace github.com/aws/aws-xray-sdk-go => ./aws-xray-sdk-go|g' go.mod working-directory: ./sample-apps/http-server - name: Zip up the deployment package