Skip to content

Commit 82ac0a8

Browse files
sheylatrudoCopilot
andauthored
Update .pipelines/build/utils/rename-dockerfile-references.steps.yaml
Co-authored-by: Copilot <[email protected]> Signed-off-by: sheylatrudo <[email protected]>
1 parent 0e1bb56 commit 82ac0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/build/utils/rename-dockerfile-references.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ steps:
9494
mkdir -p "$TARGET_REL_PATH"
9595
cp -r "$SOURCE_REL_PATH"/* "$TARGET_REL_PATH"
9696
else
97-
echo >&2 "##[info]Target path ('$TARGET_REL_PATH') exits. Nothing to do."
97+
echo >&2 "##[info]Target path ('$TARGET_REL_PATH') exists. Nothing to do."
9898
fi
9999
ls -la "$TARGET_REL_PATH"
100100
ls -la "$SOURCE_REL_PATH"

0 commit comments

Comments
 (0)