Skip to content

Commit

Permalink
fix: update git sync for resource
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Nov 9, 2024
1 parent 1cc0659 commit ededc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ blog_sync() {
if [ "$USE_SUBMODULES" = true ]; then
clone_submodules
else
#blog_resources_sync
blog_resources_sync
blog_fe_sync

blog_admin_sync
Expand Down Expand Up @@ -115,5 +115,5 @@ blog_api_package_sync() {
}

blog_resources_sync() {
repo_sync_template 'blog-resource' 'blog-resource' '[email protected]:cslant-community/blog-resource.git'
repo_sync_template 'blog-resource' '' '[email protected]:cslant-community/blog-resource.git'
}

0 comments on commit ededc5b

Please sign in to comment.