mirror of
https://github.com/grdl/git-get.git
synced 2026-02-05 04:59:42 +00:00
Fix issues found by godot linter
This commit is contained in:
@@ -65,7 +65,7 @@ func Clone(opts *CloneOpts) (*Repo, error) {
|
||||
return Repo, err
|
||||
}
|
||||
|
||||
// Fetch preforms a git fetch on all remotes
|
||||
// Fetch preforms a git fetch on all remotes.
|
||||
func (r *Repo) Fetch() error {
|
||||
err := run.Git("fetch", "--all").OnRepo(r.path).AndShutUp()
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user