Skip to content

Commit

Permalink
rpm_cmd: Also drop debugging ls
Browse files Browse the repository at this point in the history
This was another debugging thing that got accidentally committed.
  • Loading branch information
cgwalters committed Feb 11, 2025
1 parent 15e8477 commit 609817a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ostreeutil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ pub(crate) fn rpm_cmd<P: AsRef<Path>>(sysroot: P) -> Result<std::process::Comman
if !is_nonempty_dir(&dbpath)? {
continue;
}
std::process::Command::new("ls")
.arg("-al")
.arg(&dbpath)
.run()?;
let mut s = std::ffi::OsString::new();
s.push("--dbpath=");
s.push(dbpath.as_os_str());
Expand Down

0 comments on commit 609817a

Please sign in to comment.