Skip to content

Commit a748d50

Browse files
committed
use info_command
1 parent 8a008c2 commit a748d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata/Example4.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
{
2222
"id": "dataset1",
2323
"title": "Simple dataset generated by Python",
24-
"info": "cat $HAPISERVERPATH/metadata/Example4/dataset1_info.json"
24+
"info_command": "cat $HAPISERVERPATH/metadata/Example4/dataset1_info.json"
2525
},
2626
{
2727
"id": "dataset2",
2828
"title": "Simple dataset generated by Python",
29-
"info": "cat $HAPISERVERPATH/metadata/Example4/dataset1_info.json"
29+
"info_command": "cat $HAPISERVERPATH/metadata/Example4/dataset1_info.json"
3030
}
3131
]
3232
}

0 commit comments

Comments
 (0)