lib/omnibus/fetchers/path_fetcher.rb in omnibus-5.5.0 vs lib/omnibus/fetchers/path_fetcher.rb in omnibus-5.6.0

- old
+ new

@@ -47,10 +47,10 @@ # always fetch from source, there is no need to clean anything. # The fetch step (which needs to be called before clean) would # have already removed anything extraneous. # def clean - return true + true end # # Fetch any new files by copying them to the +project_dir+. #