Skip to content

Commit f0707ad

Browse files
committed
Fix error message
1 parent e639719 commit f0707ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kat-transform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
# Check for manifest file
6161
if [ ! -f "./transformed/brazil-import-manifest.json" ]; then
62-
echo "Error: manifest.json not found in the transformed artifact"
62+
echo "Error: brazil-import-manifest.json not found in the transformed artifact"
6363
exit 1
6464
fi
6565

0 commit comments

Comments
 (0)