Skip to content

Commit fb8af95

Browse files
Update src/datasets.rs
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent bd861d4 commit fb8af95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datasets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ pub fn update(
524524
let d: UpdateResponse = api.put(&format!("/datasets/{dataset_id}"), &body);
525525

526526
use crossterm::style::Stylize;
527-
eprintln!("{}", "Dataset updated".green());
527+
println!("{}", "Dataset updated".green());
528528
match format {
529529
"json" => println!("{}", serde_json::to_string_pretty(&d).unwrap()),
530530
"yaml" => print!("{}", serde_yaml::to_string(&d).unwrap()),

0 commit comments

Comments
 (0)