Skip to content

Commit c776995

Browse files
aboyettJoshua-Anderson
authored andcommitted
fix(slugbuilder-cache): fix typo in comments (#417)
a minor typo fix: sotrage -> storage
1 parent d0cc8a1 commit c776995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/slug_builder_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (s SlugBuilderInfo) PushKey() string { return s.pushKey }
4040
// folder, not including the final filename.
4141
func (s SlugBuilderInfo) TarKey() string { return s.tarKey }
4242

43-
// CacheKey returns the object sotrage key that the slug builder will use to store the cache in
43+
// CacheKey returns the object storage key that the slug builder will use to store the cache in
4444
// it's application specific and persisted between deploys (doesn't contain git-sha)
4545
func (s SlugBuilderInfo) CacheKey() string { return s.cacheKey }
4646

0 commit comments

Comments
 (0)