Skip to content

Commit

Permalink
json syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanat-xilinx committed Oct 17, 2022
1 parent 87ee0df commit 198b683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion emulation/aie_baremetal/description.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"env_vars": [
{
"_JAVA_OPTIONS": "-Duser.home=./config_area",
"DISPLAY: ""
"DISPLAY": ""
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion emulation/platform_validate/description.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"env_vars": [
{
"_JAVA_OPTIONS": "-Duser.home=./config_area",
"DISPLAY: ""
"DISPLAY": ""
}
]
}
Expand Down

0 comments on commit 198b683

Please sign in to comment.