Skip to content

Commit

Permalink
fix env var prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am committed Sep 1, 2021
1 parent 9f28783 commit 6ac82b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pyroscope/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
)

func newViper() *viper.Viper {
return cli.NewViper("PYROBENCH")
return cli.NewViper("PYROSCOPE")
}

0 comments on commit 6ac82b9

Please sign in to comment.