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

Commit 361edfc

Browse files
committed
fixing typo causing broken link
1 parent 5cfb116 commit 361edfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deviceinfo.lib

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ getDeviceInfo() {
290290
[[ -n "${DEVPROP[EXTERNAL_ADD_STORAGE_MOUNT]}" ]] && echo "* External SD mount point: ${DEVPROP[EXTERNAL_ADD_STORAGE_MOUNT]}" >> "$devicedoc"
291291
[[ -n "${DEVPROP[ro.crypto.fuse_sdcard]}" ]] && echo "* Internal SD via FUSE: ${DEVPROP[ro.crypto.fuse_sdcard]}" >> "$devicedoc"
292292
[[ -n "${DEVPROP[persist.sys.sdcardfs]}" ]] && echo "* SDCardFS: ${DEVPROP[persist.sys.sdcardfs]}" >> "$devicedoc"
293-
[[ -n "${DEVPROP[ro.crypto.state]}" ]] && echo "* [Storage encrypted[(https://source.android.com/security/encryption): ${DEVPROP[ro.crypto.state]}" >> "$devicedoc"
293+
[[ -n "${DEVPROP[ro.crypto.state]}" ]] && echo "* [Storage encrypted](https://source.android.com/security/encryption): ${DEVPROP[ro.crypto.state]}" >> "$devicedoc"
294294
[[ ${MK_PARTINFO} -gt 0 ]] && writePartInfo "$devicedoc"
295295
echo "* Disk statistics:" >> "$devicedoc"
296296
adb ${ADBOPTS} shell dumpsys diskstats > ${tmp}

0 commit comments

Comments
 (0)