Merge branch 'master' of github.com:wagoodman/dive

This commit is contained in:
Alex Goodman 2018-11-06 21:01:51 -05:00
commit 8c5dd1dabe
No known key found for this signature in database
GPG Key ID: 743640FAA11698A1

@ -10,7 +10,7 @@ import (
"github.com/wagoodman/dive/utils"
)
// analyze takes a docker image tag, digest, or id and displayes the
// analyze takes a docker image tag, digest, or id and displays the
// image analysis to the screen
func analyze(cmd *cobra.Command, args []string) {
defer utils.Cleanup()