Skip to content

Commit

Permalink
docs: fix typo (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n authored Jul 27, 2021
1 parent 3a920dc commit efd812c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

var cacheDir string

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

0 comments on commit efd812c

Please sign in to comment.