Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyacinthus committed Apr 2, 2020
1 parent 6331e48 commit 628ef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func NewFromCOS(cos xobj.Client) *Client {
}
defer a.Close()
client := NewFromReader(p, c, a)
client.provider = ProviderGithub
client.provider = ProviderCOS
client.cos = cos
return client
}
Expand Down

0 comments on commit 628ef80

Please sign in to comment.