spelling: performed

This commit is contained in:
Josh Soref 2017-01-20 08:21:05 +00:00
parent 5dd0946be7
commit 0b641416fb
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ TaskKey[Unit]("check-last-update-time") := (streams map { (s) =>
val exists = fullUpdateOutput.exists()
s.log.info(s"Amount of time since last full update: $timeDiff")
if (exists && timeDiff > 5000) {
sys.error("Full update not perfomed")
sys.error("Full update not performed")
}
}).value