We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c1258 commit 06b2e0eCopy full SHA for 06b2e0e
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [Unreleased]
4
### Fixed
5
- Technical - Fix the license type in the `package.json` file.
6
+- Wording - Fix a typo in the missing .forestadmin-schema.json file message.
7
8
## RELEASE 5.0.0 - 2020-03-20
9
lib/forest_liana/bootstrapper.rb
@@ -58,7 +58,7 @@ def generate_apimap
58
FOREST_LOGGER.error "The schema cannot be synchronized with Forest Admin servers."
59
end
60
else
61
- FOREST_LOGGER.error "The .forestadmin-schema.json file does not exists."
+ FOREST_LOGGER.error "The .forestadmin-schema.json file does not exist."
62
63
64
0 commit comments