Skip to content

Commit eac6995

Browse files
committed
Damn
1 parent a14f765 commit eac6995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-android-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ GRADLE_PROJECT_DIR=$(find "$APP_DIR/target" -maxdepth 2 -type d -name "*-android
417417
if [ -z "$GRADLE_PROJECT_DIR" ]; then
418418
ba_log "Failed to locate generated Android project" >&2
419419
ba_log "Contents of $APP_DIR/target:" >&2
420-
ls -R "$APP_DIR/target" >&2 || ba_log "Unable to list $APP_DIR/target" >&2
420+
ls -R "$APP_DIR" >&2 || ba_log "Unable to list $APP_DIR" >&2
421421
exit 1
422422
fi
423423

0 commit comments

Comments
 (0)