Fixes minor mistake in #1748

This commit is contained in:
Eugene Yokota 2014-12-12 17:00:35 -05:00
parent 9fc174f5c5
commit e17ab305ae
1 changed files with 1 additions and 1 deletions

View File

@ -1337,7 +1337,7 @@ object Classpaths {
case Some(x) if uc0.logging == Default => uc0.copy(logging = DownloadOnly)
case _ => uc0
}
cachedUpdate(s.cacheDirectory / updateCacheName.value, show, ivyModule.value, uc0, transform,
cachedUpdate(s.cacheDirectory / updateCacheName.value, show, ivyModule.value, uc, transform,
skip = (skip in update).value, force = isRoot, depsUpdated = depsUpdated,
uwConfig = uwConfig, logicalClock = logicalClock, depDir = Some(depDir), log = s.log)
}