mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 23:21:41 +00:00
fix: fix git_sh method in site.repository.rb #12919
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
c2d64e11d7
commit
b7dc448daa
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class Site
|
|||
# @return [Boolean, nil]
|
||||
def push
|
||||
origin.push(rugged.head.canonical_name, credentials: credentials)
|
||||
git_sh("git", "lfs", "push", "origin", "default_branch")
|
||||
git_sh("git", "lfs", "push", "origin", default_branch)
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue