Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-cbon committed Jul 29, 2016
1 parent 645e533 commit 399428c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

UNRELEASED

* choco: ensure tags always contains admin value to pass chocolatey validation

- mh-cbon <[email protected]>

-- mh-cbon <[email protected]>; Fri, 29 Jul 2016 20:06:03 +0200



0.0.37

* Fix chocolatey package generation: Tags should not contain 'chocolatey' as a tag.
Expand Down Expand Up @@ -408,5 +418,3 @@
- mh-cbon <[email protected]>

-- mh-cbon <[email protected]>; Sat, 25 Jun 2016 19:55:56 +0200


2 changes: 1 addition & 1 deletion manifest/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func (wixFile *WixManifest) Normalize() error {
if wixFile.Choco.Description == "" {
wixFile.Choco.Description = wixFile.Product
}
wixFile.Choco.Tags += " admin" // required to pass chocolatey validation..
wixFile.Choco.Tags += " admin" // required to pass chocolatey validation..

return nil
}

0 comments on commit 399428c

Please sign in to comment.