Skip to content

Commit

Permalink
refactor: comment for unmount step (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 authored Jul 3, 2022
1 parent 57a1e7c commit 31a05b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/app/revanced/utils/adb/Adb.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -103,4 +103,4 @@ internal class Adb(
process.destroy()
executor.shutdown()
}
}
}

0 comments on commit 31a05b6

Please sign in to comment.