From 6ef83624a174ebf0bdc3548b7116932b34da9e69 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 31 Oct 2023 13:59:11 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20era=20un=20m=C3=A9todo=20del=20sitio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/jobs/git_pull_job.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/jobs/git_pull_job.rb b/app/jobs/git_pull_job.rb index 77f75ba9..49784f50 100644 --- a/app/jobs/git_pull_job.rb +++ b/app/jobs/git_pull_job.rb @@ -17,7 +17,7 @@ class GitPullJob < ApplicationJob site.repository.merge(usuarie, message) end - git_lfs_checkout + site.git_lfs_checkout nil end