From d9ac9f74b8c1ec351164e8ad5d42f855320d4f2f Mon Sep 17 00:00:00 2001 From: Johnny Bieren Date: Mon, 16 Dec 2024 09:55:22 -0500 Subject: [PATCH] fix(RELEASE-1079): linting issues in publish-to-cgw (#743) Signed-off-by: Johnny Bieren --- tasks/publish-to-cgw/tests/test-publish-to-cgw.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/publish-to-cgw/tests/test-publish-to-cgw.yaml b/tasks/publish-to-cgw/tests/test-publish-to-cgw.yaml index 6788734e6..bd17c4f70 100644 --- a/tasks/publish-to-cgw/tests/test-publish-to-cgw.yaml +++ b/tasks/publish-to-cgw/tests/test-publish-to-cgw.yaml @@ -48,7 +48,7 @@ spec: echo "$binary content" > "$CONTENT_DIR/$binary" done - cat > $(workspaces.data.path)/data.json << EOF + cat > "$(workspaces.data.path)/data.json" << EOF { "contentGateway": { "mirrorOpenshiftPush": true,