Skip to content

Commit

Permalink
Remove second definition of err variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Aug 23, 2019
1 parent 0f1ed3e commit 73aeff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ func ReadManifest(manifestPaths ...string) ([][]byte, error) {
}
manifestContents = append(manifestContents, body)
} else {
var err error
manifestContents, err = ReadFromFilePathsOrUrls(manifestPaths...)
if err != nil {
return [][]byte{}, err
Expand Down

0 comments on commit 73aeff7

Please sign in to comment.