Skip to content

Commit 5298e29

Browse files
committed
fix: log correct var in make_barcode_scanner script
Fixes two log lines to use the correct path variable.
1 parent 729003e commit 5298e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/android/make_barcode_scanner.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ else
110110
fi
111111
cp "$CAMERA_AAR_SOURCE" "$CAMERA_AAR_DEST_GENERIC"
112112
cp "$CAMERA_AAR_SOURCE" "$CAMERA_AAR_DEST_SPECIFIC"
113-
info "CameraView AAR copied to $CAMERA_AAR_DEST"
113+
info "CameraView AAR copied to $CAMERA_AAR_DEST_GENERIC"
114114
fi
115115

116116
########### BarcodeScannerView ###########
@@ -137,7 +137,7 @@ else
137137
fi
138138
cp "$BARCODE_AAR_SOURCE" "$BARCODE_AAR_DEST_GENERIC"
139139
cp "$BARCODE_AAR_SOURCE" "$BARCODE_AAR_DEST_SPECIFIC"
140-
info "BarcodeScannerView AAR copied to $BARCODE_AAR_DEST"
140+
info "BarcodeScannerView AAR copied to $BARCODE_AAR_DEST_GENERIC"
141141
fi
142142

143143

0 commit comments

Comments
 (0)