Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBrouwer committed Dec 1, 2023
1 parent 0fb69e4 commit c1b9bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fn main() -> miette::Result<()> {
if args.run {
Command::new("chmod")
.arg("+x")
.arg(&output)
.arg(output)
.output()
.into_diagnostic()?;

Expand Down

0 comments on commit c1b9bcf

Please sign in to comment.