Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 29, 2023
1 parent e16f7f2 commit c4de65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ impl Subcommand {
} else {
print!("{}::{}", path, recipe.name());
}
*printed += 1
*printed += 1;
}

for (name, module) in &justfile.modules {
Expand Down

0 comments on commit c4de65f

Please sign in to comment.