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 b0f0c9c commit 17da292Copy full SHA for 17da292
src/confcom/azext_confcom/command/containers_from_radius.py
@@ -77,7 +77,7 @@ def containers_from_radius(
77
image_config = get_image_config(image)
78
image_config["env_rules"] += [
79
{
80
- "pattern": f"{k}={v["value"]}",
+ "pattern": f'{k}={v["value"]}',
81
"strategy": "string",
82
"required": False,
83
}
0 commit comments