Skip to content

Commit f03cb5c

Browse files
committed
1 parent b0bcb2d commit f03cb5c

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
@@ -269,7 +269,7 @@ fn main() -> Result<(), Box<dyn Error>> {
269269
.map(|item| shell_escape::unix::escape(std::borrow::Cow::from(item)).into_owned())
270270
.collect();
271271
let arg = format!(
272-
"{} {} | bzip2 > {}",
272+
"{} {} | tail +2 | bzip2 > {}",
273273
v.join(" "),
274274
extra_args,
275275
remote_temp_file

0 commit comments

Comments
 (0)