Skip to content

Commit

Permalink
resources: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jun 4, 2024
1 parent be47830 commit bc05d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/resource_factories/create/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (c *Client) FromRemote(uri string, optionsm map[string]any) (resource.Resou

// A common pattern is to use the key in the options map as
// a way to control cache eviction,
// so make sure we use any user provided kehy as the file cache key,
// so make sure we use any user provided key as the file cache key,
// but the auto generated and more stable key for everything else.
filecacheKey := userKey

Expand Down

0 comments on commit bc05d85

Please sign in to comment.