Skip to content

Commit

Permalink
fix: fixed update message
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed May 26, 2023
1 parent a7bcb87 commit 93d3f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn main() -> anyhow::Result<()> {
fs::write(set_file, new_json)
.with_context(|| "failed to write updated set to output file")?;

println!("New set created!");
println!("Set updated successfully!");
}
Command::Learn {
set: set_file,
Expand Down

0 comments on commit 93d3f6f

Please sign in to comment.