mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 08:56:21 +00:00
Merge branch 'issue-12760' into panel.sutty.nl
This commit is contained in:
commit
5fe4ae58c4
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ class Site < ApplicationRecord
|
||||||
def clone_skel!
|
def clone_skel!
|
||||||
return if jekyll?
|
return if jekyll?
|
||||||
|
|
||||||
Rugged::Repository.clone_at ENV['SKEL_SUTTY'], path
|
Rugged::Repository.clone_at(ENV['SKEL_SUTTY'], path, checkout_branch: design.gem)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Elimina el directorio del sitio
|
# Elimina el directorio del sitio
|
||||||
|
|
Loading…
Reference in a new issue