Skip to content

Commit a47a690

Browse files
committed
Merge pull request rstudio#909 from rstudio/joe/bugfix/runGist
Fix runGist
2 parents 59b0df5 + f89c44e commit a47a690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/run-url.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ runGist <- function(gist, destdir = NULL, ...) {
112112
stop('Unrecognized gist identifier format')
113113
}
114114

115-
runUrl(gistUrl, filetype = ".tar.gz", destdir = destdir, ...)
115+
runUrl(gistUrl, filetype = ".zip", destdir = destdir, ...)
116116
}
117117

118118

0 commit comments

Comments
 (0)