Skip to content

Commit

Permalink
Release new version, many codes has been rewrited
Browse files Browse the repository at this point in the history
  • Loading branch information
rikonaka committed Sep 14, 2024
1 parent ec727dc commit b4ba83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn install_depends(package_path: &str) -> Result<()> {
.arg("--install")
.arg(package_path)
.output()?;
debug!("Install output: {}", String::from_utf8_lossy(&c.stdout));
debug!("install output: {}", String::from_utf8_lossy(&c.stdout));
Ok(())
}

Expand Down

0 comments on commit b4ba83a

Please sign in to comment.