Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
apd
Browse files Browse the repository at this point in the history
  • Loading branch information
Admirepowered committed Apr 11, 2024
1 parent a9165f6 commit cb37d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zygiskd/src/root_impl/apatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn parse_version(output: &str) -> i32 {
}

pub fn get_apatch() -> Option<Version> {
let output = Command::new("/data/adb/ap/apd")
let output = Command::new("/data/adb/apd")
.arg("-V")
.stdout(Stdio::piped())
.stderr(Stdio::null())
Expand Down

0 comments on commit cb37d30

Please sign in to comment.