Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Feb 25, 2020
1 parent 63c4653 commit 8f488f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ builds:
ldflags:
- -s -w
- -X main.version={{.Version}}
- -X main.revision={{.ShortCommit}}
env:
- CGO_ENABLED=0
archives:
Expand Down
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const (
name = "tfnotify"
description = "Notify the execution result of terraform command"

version = "unset"
revision = "unset"
version = "unset"
)

type tfnotify struct {
Expand Down

0 comments on commit 8f488f9

Please sign in to comment.