Skip to content

Commit

Permalink
Update R/export.R
Browse files Browse the repository at this point in the history
Co-authored-by: Rich FitzJohn <[email protected]>
  • Loading branch information
plietar and richfitz authored Mar 20, 2024
1 parent 92997c9 commit 30f3e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/export.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ orderly_export_zip <- function(path, packets, root = NULL, locate = TRUE) {
zip::zip(fs::path_abs(path), root = dest,
files = c("outpack.json", "metadata", "files"))

invisible()
invisible(path)
}

##' Import packets from a zip file.
Expand Down

0 comments on commit 30f3e40

Please sign in to comment.