Skip to content

Commit

Permalink
Fix #553
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 18, 2018
1 parent b296917 commit 100c71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ store_drake_config <- function(config) {
parse_jobs <- function(jobs){
check_jobs(jobs)
if (length(jobs) < 2){
c(imports = jobs, targets = jobs)
c(imports = 1, targets = jobs)
} else {
jobs
}
Expand Down

0 comments on commit 100c71f

Please sign in to comment.