5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-20 10:36:23 +00:00

fix: merge error

This commit is contained in:
Sutty 2023-09-21 16:06:03 +00:00
parent e407c58b9b
commit e001d5762f

View file

@ -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') {}