This commit is contained in:
Sam Coe 2021-09-16 09:02:10 -07:00
parent a8492bb0ea
commit 0305788536
No known key found for this signature in database
GPG key ID: 8E322C20F811D086

View file

@ -134,7 +134,7 @@ func syncLocalRepo(opts *SyncOptions) error {
}
}
// Git fetch might require input from user, so do it before starting progess indicator.
// Git fetch might require input from user, so do it before starting progress indicator.
if err := opts.Git.Fetch(remote, fmt.Sprintf("refs/heads/%s", opts.Branch)); err != nil {
return err
}