Skip to content

Commit

Permalink
chore: updated the trasnform script
Browse files Browse the repository at this point in the history
  • Loading branch information
Saup21 committed Jun 25, 2024
1 parent 8c734a1 commit 42559c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transform-broken-keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e
cat $PWD/client/pacts/terraform-client-pactflow-application-saas.json | grep $.header
sed -i -E "s/\$\.header\./\$\.headers\./g" $PWD/client/pacts/terraform-client-pactflow-application-saas.json
sed -i.bak -E "s/\$\.header\./\$\.headers\./g" "$PWD/client/pacts/terraform-client-pactflow-application-saas.json"
cat $PWD/client/pacts/terraform-client-pactflow-application-saas.json | grep $.header

echo "Done..."

0 comments on commit 42559c4

Please sign in to comment.