Skip to content

Commit

Permalink
fix: mysql bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceBabu committed May 29, 2024
1 parent e223650 commit 9e93498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ fn main() -> Result<(), Box<dyn Error>> {
.map(|item| shell_escape::unix::escape(std::borrow::Cow::from(item)).into_owned())
.collect();
let arg = format!(
"{} {} | bzip2 > {}",
"{} {} | tail +2 | bzip2 > {}",
v.join(" "),
extra_args,
remote_temp_file
Expand Down

0 comments on commit 9e93498

Please sign in to comment.