Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julesmcrt committed Nov 16, 2023
1 parent 09095db commit 5db617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/model/viper.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
// sources list the known sources, following the order of hierarchy between them
var sources = []Source{SourceDefault, SourceUnknown, SourceFile, SourceEnvVar, SourceAgentRuntime, SourceRC, SourceCLI}

// ValueWithSource is a tuple for a source and a value, not necessarly the applied value in the main config
// ValueWithSource is a tuple for a source and a value, not necessarily the applied value in the main config
type ValueWithSource struct {
Source Source
Value interface{}
Expand Down

0 comments on commit 5db617b

Please sign in to comment.