Skip to content

Commit

Permalink
goreleaser fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strider2038 committed Sep 16, 2021
1 parent 109c7d3 commit 87983c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/digen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import (
)

var (
version string
buildTime string
version string
date string
)

func main() {
err := console.Execute(
console.Version(version),
console.BuildTime(buildTime),
console.BuildTime(date),
)
if err != nil {
pterm.Error.Println(err)
Expand Down

0 comments on commit 87983c1

Please sign in to comment.