Skip to content

Commit

Permalink
fix(cf-deploy-config-writer): fix text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
longieirl committed Feb 17, 2025
1 parent b8de706 commit bcb7c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mtaSavedFailed": "MTA saved failed with error {{- error }}"
},
"error": {
"unableToLoadMTA": "Unable to load mta.yaml configuration {{ mtaDir }}, error thrown {{ error }}.",
"unableToLoadMTA": "Unable to load mta.yaml configuration {{- mtaDir }}, error thrown {{- error }}.",
"updatingMTAExtensionFailed": "Unable to add mta extension configuration to file: {{mtaExtFilePath}}.",
"cannotFindBinary": "Cannot find the \"{{bin}}\" executable. Please add it to the path or use \"npm i -g {{- pkg}}\" to install it.",
"mtaExtensionFailed": "Unable to create or update the mta extension file for Api Hub Enterprise destination configuration: {{error}}.",
Expand Down

0 comments on commit bcb7c7d

Please sign in to comment.