Skip to content

Commit 9984e17

Browse files
committed
Fixed wrong name of variable
1 parent 8b3e196 commit 9984e17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/setup-workspace.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ log "Maven version:"; "$MAVEN_HOME/bin/mvn" -version
152152

153153
PATH="$JAVA_HOME/bin:$MAVEN_HOME/bin:$PATH"
154154

155-
if [ ! -d "$BINARIES_DIR/.git" ]; then
155+
if [ ! -d "$CN1_BINARIES/.git" ]; then
156156
log "Cloning cn1-binaries"
157-
git clone [email protected]:codenameone/cn1-binaries.git "$BINARIES_DIR"
157+
git clone [email protected]:codenameone/cn1-binaries.git "$CN1_BINARIES"
158158
else
159159
log "Updating cn1-binaries"
160-
git -C "$BINARIES_DIR" pull --rebase
160+
git -C "$CN1_BINARIES" pull --rebase
161161
fi
162162

163163
log "Building Codename One core modules"

0 commit comments

Comments
 (0)