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

Commit 1dff436

Browse files
committed
Path fixups.
1 parent e14f304 commit 1dff436

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Box Scripts for the WPLib Box
1+
# Box Scripts for the WPLib Box
22

33

44
## Installation

cli/commands/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# box version
66
#
7-
echo "WPLib: You are running version $(cat "${WPLIB_BOX_CLI_DIR}/version")"
7+
echo "WPLib: You are running version $(cat "${WPLIB_BOX_BASE_DIR}/version")"
88

cli/includes/read-json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RETURN_NO_IMAGE_JSON="3"
2828
RETURN_INVALID_PROJECT="4"
2929

3030

31-
VERSION="`cat ${WPLIB_BOX_CLI_DIR}/version`"
31+
VERSION="`cat ${WPLIB_BOX_BASE_DIR}/version`"
3232
DEFAULTS_FILE="${WPLIB_BOX_CLI_DIR}/etc/releases/$VERSION/project.json"
3333
if [ ! -f $DEFAULTS_FILE ]
3434
then

0 commit comments

Comments
 (0)