We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8492bb commit 0305788Copy full SHA for 0305788
pkg/cmd/repo/sync/sync.go
@@ -134,7 +134,7 @@ func syncLocalRepo(opts *SyncOptions) error {
134
}
135
136
137
- // 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.
138
if err := opts.Git.Fetch(remote, fmt.Sprintf("refs/heads/%s", opts.Branch)); err != nil {
139
return err
140
0 commit comments