Skip to content

Commit c4507b6

Browse files
committed
fix: update scaffold command output
1 parent 8daca41 commit c4507b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/scaffold.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ fn main() {
107107
}
108108

109109
println!("---");
110-
println!("🎄 Type `cargo day {}` to run your solution.", &day_padded);
110+
println!("🎄 Type `cargo solve {}` to run your solution.", &day_padded);
111111
}

0 commit comments

Comments
 (0)