Skip to content

Commit 06b2e0e

Browse files
committed
[*] Wording - Fix a typo in the missing .forestadmin-schema.json file message
1 parent 26c1258 commit 06b2e0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44
### Fixed
55
- Technical - Fix the license type in the `package.json` file.
6+
- Wording - Fix a typo in the missing .forestadmin-schema.json file message.
67

78
## RELEASE 5.0.0 - 2020-03-20
89

lib/forest_liana/bootstrapper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def generate_apimap
5858
FOREST_LOGGER.error "The schema cannot be synchronized with Forest Admin servers."
5959
end
6060
else
61-
FOREST_LOGGER.error "The .forestadmin-schema.json file does not exists."
61+
FOREST_LOGGER.error "The .forestadmin-schema.json file does not exist."
6262
FOREST_LOGGER.error "The schema cannot be synchronized with Forest Admin servers."
6363
end
6464
end

0 commit comments

Comments
 (0)