Skip to content

Commit

Permalink
Merge pull request #101 from mungojam/patch-1
Browse files Browse the repository at this point in the history
Add missing space in error message for unknown type
  • Loading branch information
andrie authored Oct 20, 2017
2 parents e269435 + 5116b1c commit d699466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repoPrefix <- function(type, Rversion) {
"mac.binary.el-capitan" = sprintf("bin/macosx/el-capitan/contrib/%s", Rversion),
"mac.binary.leopard" = sprintf("bin/macosx/leopard/contrib/%s", Rversion),
"mac.binary.mavericks" = sprintf("bin/macosx/mavericks/contrib/%s", Rversion),
stop("Type ", type, "not recognised.")
stop("Type ", type, " not recognised.")
)
}

Expand Down

0 comments on commit d699466

Please sign in to comment.