We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cc8a1 commit c776995Copy full SHA for c776995
1 file changed
pkg/gitreceive/slug_builder_info.go
@@ -40,7 +40,7 @@ func (s SlugBuilderInfo) PushKey() string { return s.pushKey }
40
// folder, not including the final filename.
41
func (s SlugBuilderInfo) TarKey() string { return s.tarKey }
42
43
-// CacheKey returns the object sotrage key that the slug builder will use to store the cache in
+// CacheKey returns the object storage key that the slug builder will use to store the cache in
44
// it's application specific and persisted between deploys (doesn't contain git-sha)
45
func (s SlugBuilderInfo) CacheKey() string { return s.cacheKey }
46
0 commit comments