Skip to content

Commit 0305788

Browse files
committed
Typo
1 parent a8492bb commit 0305788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/repo/sync/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func syncLocalRepo(opts *SyncOptions) error {
134134
}
135135
}
136136

137-
// Git fetch might require input from user, so do it before starting progess indicator.
137+
// Git fetch might require input from user, so do it before starting progress indicator.
138138
if err := opts.Git.Fetch(remote, fmt.Sprintf("refs/heads/%s", opts.Branch)); err != nil {
139139
return err
140140
}

0 commit comments

Comments
 (0)