Skip to content

Commit

Permalink
Add missing space in error message for unknown type
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
mungojam authored Oct 7, 2017
1 parent e269435 commit 5116b1c
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 5116b1c

Please sign in to comment.