Skip to content

Commit

Permalink
vulnsrc/alpine: s/pull/clone
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Jul 5, 2018
1 parent 4c2be52 commit c031f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/vulnsrc/alpine/alpine.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (u *updater) pullRepository() (commit string, err error) {
cmd.Dir = u.repositoryLocalPath
if out, err := cmd.CombinedOutput(); err != nil {
u.Clean()
log.WithError(err).WithField("output", string(out)).Error("could not pull alpine-secdb repository")
log.WithError(err).WithField("output", string(out)).Error("could not clone alpine-secdb repository")
return "", commonerr.ErrCouldNotDownload
}
} else {
Expand Down

0 comments on commit c031f8e

Please sign in to comment.