Skip to content

Commit f52ca37

Browse files
committed
Fix tag_format envvar override
Signed-off-by: Robert Detjens <[email protected]>
1 parent e1d417c commit f52ca37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configparser/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub fn parse() -> Result<RcdsConfig> {
1818
// keys by undoing the s/_/./ that the figment::split() did.
1919
var.to_string()
2020
.to_lowercase()
21+
.replace("registry.tag.format", "registry.tag_format")
2122
.replace("frontend.", "frontend_")
2223
.replace("challenges.", "challenges_")
2324
.replace("s3.access.", "s3.access_")

0 commit comments

Comments
 (0)