diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2020-05-05 13:04:46 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2020-05-06 22:27:06 -0400 |
| commit | 44590b06030b96e134b246d9aa4bbf4b9d1b044f (patch) | |
| tree | 1ad0b779eddfd4990c3878c819c97bb3963619de /internal/config | |
| parent | cf0511052efc460e7b8cab18377295ff11b9f522 (diff) | |
Bunch of module bumps
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/configfile_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/config/configfile_test.go b/internal/config/configfile_test.go index b5f3104a..ae4b0ec0 100644 --- a/internal/config/configfile_test.go +++ b/internal/config/configfile_test.go @@ -418,8 +418,8 @@ outputFiles: ['-'] leftDelim: L rightDelim: R templates: -- foo=foo.t -- bar=bar.t + - foo=foo.t + - bar=bar.t ` assert.Equal(t, expected, c.String()) @@ -436,8 +436,8 @@ outputFiles: ['-'] leftDelim: L rightDelim: R templates: -- foo=foo.t -- bar=bar.t + - foo=foo.t + - bar=bar.t ` assert.Equal(t, expected, c.String()) |
