diff --git a/app/jobs/git_pull_job.rb b/app/jobs/git_pull_job.rb index 5d115bf8..16e2fe5b 100644 --- a/app/jobs/git_pull_job.rb +++ b/app/jobs/git_pull_job.rb @@ -19,7 +19,7 @@ class GitPullJob < ApplicationJob site.repository.merge(usuarie, message) end - site.git_lfs_checkout + site.repository.git_lfs_checkout site.reindex_changes! nil