Skip to content

Commit

Permalink
fix: typo in godoc comment (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli authored Jan 18, 2022
1 parent ac1afc2 commit dba613b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soft/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
Version = ""

// CommitSHA contains the SHA of the commit that this application was built
// against. It's set via lgflags when building.
// against. It's set via ldflags when building.
CommitSHA = ""

version = flag.Bool("version", false, "display version")
Expand Down

0 comments on commit dba613b

Please sign in to comment.