lib/teapot/controller/fetch.rb in teapot-0.9.6 vs lib/teapot/controller/fetch.rb in teapot-0.9.7
- old
+ new
@@ -38,10 +38,10 @@
# We are done with this package, don't try to process it again:
resolved << package
end
# Resolve any/all imports:
- configuration = configuration.materialize
+ configuration.materialize
previously_unresolved = unresolved
unresolved = context.unresolved(configuration.packages)
# No additional packages were resolved, we have reached a fixed point: