Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 30, 2022
1 parent 58b2dc1 commit a6d095d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl Script {
"PUT" => {
let v = self.parse(&args[0], g)?;
g.put(v, Self::parse_data(&args[1])?)
.context(format!("Failed to DATA({})", &args[0]))
.context(format!("Failed to PUT({})", &args[0]))
}
_cmd => Err(anyhow!("Unknown command: {_cmd}")),
}
Expand Down

0 comments on commit a6d095d

Please sign in to comment.