refactor: comment for unmount step (#74)

This commit is contained in:
Aunali321 2022-07-03 19:20:12 +05:30 committed by GitHub
parent 57a1e7c27f
commit 31a05b6768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ internal class Adb(
Constants.PATH_INIT_PUSH,
Constants.CONTENT_UMOUNT_SCRIPT.replacePlaceholder()
)
// install mount script
// install unmount script
device.run(Constants.COMMAND_INSTALL_UMOUNT.replacePlaceholder())
// unmount the apk for sanity
@ -103,4 +103,4 @@ internal class Adb(
process.destroy()
executor.shutdown()
}
}
}