File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/placeos-frontend-loader Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ shards:
7979
8080 git-repository:
8181 git: https://github.com/place-labs/git-repository.git
82- version: 1.7.0
82+ version: 1.7.1
8383
8484 google:
8585 git: https://github.com/placeos/google.git
Original file line number Diff line number Diff line change @@ -306,8 +306,8 @@ module PlaceOS::FrontendLoader
306306 Log .trace { " #{ repository.folder_name } : downloading new content" }
307307 commit_ref = repository.commit_hash == " HEAD" ? repository.branch : repository.commit_hash
308308 commit = if (root = repository.root_path) && ! root.blank?
309- Log .trace { " Fetching folder as root_path property is set: '#{ root } ', size: #{ root.size } " }
310- cache.fetch_folder (commit_ref, root, repository_directory)
309+ Log .trace { " Fetching folder contents as root_path property is set: '#{ root } ', size: #{ root.size } " }
310+ cache.fetch_folder_contents (commit_ref, root, repository_directory)
311311 else
312312 Log .trace { {message: " Fetching commit" , commit_ref: commit_ref, repo_dir: repository_directory} }
313313 cache.fetch_commit(commit_ref, repository_directory)
You can’t perform that action at this time.
0 commit comments