Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 450d24f

Browse files
committed
typo
1 parent 0d9822c commit 450d24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gps/maybe_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (mbs maybeSources) try(ctx context.Context, cachedir string, c singleSource
5050
for _, url := range mb.possibleURLs() {
5151
urls += url.String() + "\n"
5252
}
53-
errs = append(errs, errors.Wrapf(err, "failed to set sources from the following URLs:\n%s", urls))
53+
errs = append(errs, errors.Wrapf(err, "failed to set up sources from the following URLs:\n%s", urls))
5454
}
5555

5656
return nil, 0, errors.Wrap(&errs, "no valid source could be created")

0 commit comments

Comments
 (0)