Skip to content

Commit 9e93498

Browse files
committed
1 parent e223650 commit 9e93498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ fn main() -> Result<(), Box<dyn Error>> {
271271
.map(|item| shell_escape::unix::escape(std::borrow::Cow::from(item)).into_owned())
272272
.collect();
273273
let arg = format!(
274-
"{} {} | bzip2 > {}",
274+
"{} {} | tail +2 | bzip2 > {}",
275275
v.join(" "),
276276
extra_args,
277277
remote_temp_file

0 commit comments

Comments
 (0)