Skip to content

Commit

Permalink
cmd/go-cache-plugin: fix a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Sep 16, 2024
1 parent 1dfe234 commit 11fb43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/go-cache-plugin/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func initCacheServer(env *command.Env) (*gocache.Server, *s3util.Client, error)

cfg, err := config.LoadDefaultConfig(env.Context(), config.WithRegion(region))
if err != nil {
return nil, nil, fmt.Errorf("laod AWS config: %w", err)
return nil, nil, fmt.Errorf("load AWS config: %w", err)
}

vprintf("local cache directory: %s", flags.CacheDir)
Expand Down

0 comments on commit 11fb43d

Please sign in to comment.