mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-20 10:16:22 +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!
|
def clone_skel!
|
||||||
return if jekyll?
|
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
|
# Necesita un bloque
|
||||||
repository.rugged.remotes.rename('origin', 'upstream') {}
|
repository.rugged.remotes.rename('origin', 'upstream') {}
|
||||||
|
|
Loading…
Reference in a new issue