Skip to content

Commit 197466d

Browse files
author
akiraqb
committed
FFM-3677: deleting typo.
1 parent 8c2e47a commit 197466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func newDefaultConfig() *config {
3333
if err != nil {
3434
log.Printf("Error creating zap logger instance, %v", err)
3535
}
36-
defaultCache, _ := cache.NewLruCache(10000, defaultLogger) // size of cache
36+
defaultCache, _ := cache.NewLruCache(10000, defaultLogger) // size of cache
3737
defaultStore := storage.NewFileStore("defaultProject", storage.GetHarnessDir(), defaultLogger)
3838

3939
retryClient := retryablehttp.NewClient()

0 commit comments

Comments
 (0)