Skip to content

Commit

Permalink
Merge pull request #100 from getsolus/git-fetch
Browse files Browse the repository at this point in the history
git: Fix fetch
  • Loading branch information
silkeh authored May 4, 2024
2 parents baeadd5 + 8ae765e commit 86a63f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/source/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func clone(uri, path, ref string) error {
func reset(path, ref string) error {
fetchArgs := []string{
"fetch",
"--tags",
"origin",
}

Expand Down

0 comments on commit 86a63f4

Please sign in to comment.