Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Vaumoron <[email protected]>
  • Loading branch information
dvaumoron committed Sep 8, 2024
1 parent fcc37cf commit 2e8f507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versionmanager/tenvlib/examples/ltfver/ex2.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func main() {
conf, err := config.DefaultConfig()
conf, err := config.DefaultConfig() // does not read environment variables
if err != nil {
fmt.Println("init failed :", err)

Expand Down

0 comments on commit 2e8f507

Please sign in to comment.