mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-20 10:36:23 +00:00
fix: merge error
This commit is contained in:
parent
e407c58b9b
commit
e001d5762f
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ class Site < ApplicationRecord
|
|||
def clone_skel!
|
||||
return if jekyll?
|
||||
|
||||
Rugged::Repository.clone_at(ENV['SKEL_SUTTY'], path, checkout_branch: design.gem
|
||||
Rugged::Repository.clone_at(ENV['SKEL_SUTTY'], path, checkout_branch: design.gem)
|
||||
|
||||
# Necesita un bloque
|
||||
repository.rugged.remotes.rename('origin', 'upstream') {}
|
||||
|
|
Loading…
Reference in a new issue