chore(aws): adds space to the duration variable (#3872)

This commit is contained in:
Fábio Antunes
2022-04-21 19:58:06 +01:00
committed by GitHub
parent b79df46e0d
commit 6def45b751
4 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
"disabled": false,
"expiration_symbol": "X",
"force_display": false,
"format": "on [$symbol($profile )(\\($region\\) )(\\[$duration\\])]($style)",
"format": "on [$symbol($profile )(\\($region\\) )(\\[$duration\\] )]($style)",
"profile_aliases": {},
"region_aliases": {},
"style": "bold yellow",
@@ -1479,7 +1479,7 @@
"properties": {
"format": {
"description": "The format for the module.",
"default": "on [$symbol($profile )(\\($region\\) )(\\[$duration\\])]($style)",
"default": "on [$symbol($profile )(\\($region\\) )(\\[$duration\\] )]($style)",
"type": "string"
},
"symbol": {