Skip to content

Commit ece871d

Browse files
committed
Add namespace
1 parent af3d6d2 commit ece871d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/snapshot-github.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ gh_download_artifact <- function(repository, artifact_id, path) {
7777
archive_format = "zip",
7878
.destfile = zip_path
7979
)
80-
unzip(zip_path, exdir = path)
80+
utils::unzip(zip_path, exdir = path)
8181
invisible(path)
8282
}
8383

0 commit comments

Comments
 (0)