Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jan 30, 2024
2 parents 2874b91 + d43b405 commit 5e827ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/ksud/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ pub fn run() -> Result<()> {
Debug::Su => crate::ksu::grant_root(),
Debug::Mount => event::mount_systemlessly(defs::MODULE_DIR),
Debug::Xcp { src, dst } => {
utils::copy_sparse_file(&src, &dst)?;
utils::copy_sparse_file(src, dst)?;
Ok(())
}
Debug::Test => todo!(),
Expand Down

0 comments on commit 5e827ce

Please sign in to comment.