Skip to content

Commit 8f488f9

Browse files
committed
Remove unused variable
1 parent 63c4653 commit 8f488f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.goreleaser.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ builds:
1010
ldflags:
1111
- -s -w
1212
- -X main.version={{.Version}}
13-
- -X main.revision={{.ShortCommit}}
1413
env:
1514
- CGO_ENABLED=0
1615
archives:

main.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ const (
2020
name = "tfnotify"
2121
description = "Notify the execution result of terraform command"
2222

23-
version = "unset"
24-
revision = "unset"
23+
version = "unset"
2524
)
2625

2726
type tfnotify struct {

0 commit comments

Comments
 (0)