Skip to content

Commit

Permalink
Update manifest.json for generic enhsp
Browse files Browse the repository at this point in the history
  • Loading branch information
haz authored Aug 3, 2024
1 parent b877de8 commit 8721783
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion planutils/packages/enhsp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"services": {
"solve": {
"template": "planner",
"call":"{package_name} -o {domain} -f {problem} >> plan"
"call":"{package_name} -o {domain} -f {problem} >> plan",
"return": {
"type": "log",
"files": "*plan*"
}
}
}
}
Expand Down

0 comments on commit 8721783

Please sign in to comment.