Skip to content

Commit

Permalink
temp3
Browse files Browse the repository at this point in the history
  • Loading branch information
torchiaf committed May 22, 2024
1 parent f2141f5 commit ba6280b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/api/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func (vw View) Config(c *gin.Context) {
git := vwConfig.Git

gitCmd := fmt.Sprintf(
"cd /git && rm -rf * && git clone git@github.com:%s/%s -b %s && cd %s && git checkout %s",
"cd /git && rm -rf * && git clone https://github.com/%s/%s -b %s && cd %s && git checkout %s",
git.Org,
git.Repo,
git.Branch,
Expand Down

0 comments on commit ba6280b

Please sign in to comment.