Skip to content

Commit

Permalink
[mgmt-framework]: Fix typo in mgmt_vars.j2 (#8475)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Svensson <blue@cmd.nu>
  • Loading branch information
bluecmd authored and qiluo-msft committed Aug 25, 2021
1 parent 1c5fba3 commit 5dce093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-sonic-mgmt-framework/mgmt_vars.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"rest_server": {% if REST_SERVER is defined and "default" in RESET_SERVER.keys() %}{{ REST_SERVER['default'] }}{% else %}""{% endif %},
"rest_server": {% if REST_SERVER is defined and "default" in REST_SERVER.keys() %}{{ REST_SERVER['default'] }}{% else %}""{% endif %},
"x509" : {% if "x509" in DEVICE_METADATA.keys() %}{{ DEVICE_METADATA["x509"] }}{% else %}""{% endif %}
}

0 comments on commit 5dce093

Please sign in to comment.