Skip to content

Commit

Permalink
🧹 make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Aug 5, 2024
1 parent 064e793 commit 1932219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn main() {
let out_dir = env::var("OUT_DIR").unwrap();

let status = Command::new("glib-compile-resources")
.arg(&format!("--target={}/cachyos-welcome.gresource", out_dir))
.arg(format!("--target={}/cachyos-welcome.gresource", out_dir))
.arg("cachyos-welcome.gresource.xml")
.status()
.unwrap();
Expand Down

0 comments on commit 1932219

Please sign in to comment.