Skip to content

Commit

Permalink
Fix typo (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo authored Aug 17, 2021
1 parent dd3b33c commit fe31bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/runtime/cache/version_path.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (s *DefaultDiskLookupKeySerializer) Serialize(key *version.Version) (string
return fmt.Sprintf("%s%s", s.binaryName, key.Original()), nil
}

// ExecutionVersionDiskLayer is a cache layer which attempts to find the the version on disk,
// ExecutionVersionDiskLayer is a cache layer which attempts to find the version on disk,
// before calling the configured loading function.
type ExecutionVersionDiskLayer struct {
versionRootDir models.FilePath
Expand Down

0 comments on commit fe31bc6

Please sign in to comment.