Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 85dd535

Browse files
committed
More errors.
1 parent 1dff436 commit 85dd535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/includes/read-json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ RETURN_INVALID_PROJECT="4"
2929

3030

3131
VERSION="`cat ${WPLIB_BOX_BASE_DIR}/version`"
32-
DEFAULTS_FILE="${WPLIB_BOX_CLI_DIR}/etc/releases/$VERSION/project.json"
32+
DEFAULTS_FILE="${WPLIB_BOX_BASE_DIR}/etc/releases/$VERSION/project.json"
3333
if [ ! -f $DEFAULTS_FILE ]
3434
then
35-
echo "$ECHO_PREFIX ${RED}Error: Unkown release ${CYAN}${VERSION}${RESET}."
35+
echo "$ECHO_PREFIX ${RED}Error: Unknown release ${CYAN}${VERSION}${RESET}."
3636
exit 1
3737
fi
3838

0 commit comments

Comments
 (0)