Skip to content

Commit 8b329b0

Browse files
authored
Merge branch 'main' into main
2 parents fccd3a4 + 46f3369 commit 8b329b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/appstore/appstore_lookup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type LookupOutput struct {
2121
func (t *appstore) Lookup(input LookupInput) (LookupOutput, error) {
2222
countryCode, err := countryCodeFromStoreFront(input.Account.StoreFront)
2323
if err != nil {
24-
return LookupOutput{}, fmt.Errorf("failed to reoslve the country code: %w", err)
24+
return LookupOutput{}, fmt.Errorf("failed to resolve the country code: %w", err)
2525
}
2626

2727
request := t.lookupRequest(input.BundleID, countryCode)

0 commit comments

Comments
 (0)