Skip to content

Commit 11fb43d

Browse files
committed
cmd/go-cache-plugin: fix a comment typo
1 parent 1dfe234 commit 11fb43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/go-cache-plugin/setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func initCacheServer(env *command.Env) (*gocache.Server, *s3util.Client, error)
5353

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

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

0 commit comments

Comments
 (0)