Skip to content

Commit

Permalink
Omit the parent directory
Browse files Browse the repository at this point in the history
j flag is used
  • Loading branch information
henrykironde committed Jan 23, 2024
1 parent e882877 commit bf645d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zip_unzip_forecasts.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ zip_unzip <- function(type = NULL,
unlink(zipfile)
}
# Zip all files in the list
utils::zip(zipfile, files)
utils::zip(zipfile, files, flags = "-j")
unlink(files)
}

Expand Down

0 comments on commit bf645d3

Please sign in to comment.