Skip to content

Commit

Permalink
Fix #1098
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 8, 2019
1 parent 7195ade commit d3063d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/outdated.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ is_outdated <- function(target, config) {
return(TRUE)
}
meta <- drake_meta_(target, config)
meta_old <- old_meta(key = target, cache = config$cache)
meta_old <- config$cache$get(key = target, namespace = "meta")
any_static_triggers(target, meta, meta_old, config) ||
check_trigger_dynamic(target, meta, meta_old, config) ||
missing_subtargets(target, meta_old, config)
Expand Down

0 comments on commit d3063d7

Please sign in to comment.