Skip to content

Commit

Permalink
Merge pull request #5 from jamestelfer:fix-comment
Browse files Browse the repository at this point in the history
fix: remove obsolete fixme comment
  • Loading branch information
jamestelfer authored Aug 6, 2024
2 parents a2a1702 + 7e2c001 commit dc7cc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/jamestelfer/docker-credential-env/helper"
)

// FIXME set at build time: goreleaser or Make
// Set at build time by Goreleaser
var Version string = "v0.0.0-unknown"
var Revision string = "unknown"

Expand Down

0 comments on commit dc7cc68

Please sign in to comment.