Skip to content

Commit b356319

Browse files
committed
Earlier debug output
1 parent f24239d commit b356319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renutil.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,9 +875,9 @@ pub async fn install(
875875
"-validity",
876876
"20000",
877877
]);
878+
println!("Command: {cmd:?}");
878879
let status = cmd.status()?;
879880
if !status.success() {
880-
println!("Command: {cmd:?}");
881881
anyhow::bail!("Unable to generate Android keystore.");
882882
}
883883
}

0 commit comments

Comments
 (0)