Skip to content

Commit 5da3b12

Browse files
committed
Do I want to support expend environment?
1 parent 1acfd26 commit 5da3b12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/config.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,13 @@ type SourceConfig struct {
6565

6666
// ExpandEnvironment specifies a list of install file paths that when
6767
// installed should have bash style parameter expansion done for
68-
// environment parables. These generally look like: ${HOME}. This
68+
// environment variables. These generally look like: ${HOME}. This
6969
// configuration is useful for config files that do not support environment
7070
// 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.
7175
ExpandEnvironment []string `yaml:"expand_environment"`
7276
}
7377

0 commit comments

Comments
 (0)