We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acfd26 commit 5da3b12Copy full SHA for 5da3b12
config/config.go
@@ -65,9 +65,13 @@ type SourceConfig struct {
65
66
// ExpandEnvironment specifies a list of install file paths that when
67
// installed should have bash style parameter expansion done for
68
- // environment parables. These generally look like: ${HOME}. This
+ // environment variables. These generally look like: ${HOME}. This
69
// configuration is useful for config files that do not support environment
70
// variable expansion.
71
+ //
72
+ // TODO: Decide if this is actually something we want to implement. It
73
+ // makes diffing a bit harder since we can't straight compare the
74
+ // file size for single files anymore.
75
ExpandEnvironment []string `yaml:"expand_environment"`
76
}
77
0 commit comments