Skip to content

Commit efd812c

Browse files
authored
docs: fix typo (#1149)
1 parent 3a920dc commit efd812c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
var cacheDir string
1616

17-
// DefaultCacheDir returns/creates the cache-dir to be used for trivu operations
17+
// DefaultCacheDir returns/creates the cache-dir to be used for trivy operations
1818
func DefaultCacheDir() string {
1919
tmpDir, err := os.UserCacheDir()
2020
if err != nil {

0 commit comments

Comments
 (0)