Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Nov 27, 2020
1 parent 97ad77d commit 8a84b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fyne/commands/build.go
Expand Up @@ -38,7 +38,7 @@ func (b *builder) build() error {
// handle build tags
tags := b.tags
if b.release {
args = append(tags, "release")
tags = append(tags, "release")
}
if len(tags) > 0 {
args = append(args, "-tags", strings.Join(tags, ","))
Expand Down

0 comments on commit 8a84b1e

Please sign in to comment.