Skip to content

Commit

Permalink
fix hello-world-py entrypoint command
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 22, 2024
1 parent 961d8a9 commit 2c18f18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@milaboratories/software-small-binaries",
"version": "1.13.0",
"version": "1.13.1",
"description": "Small cross-platform binaries, like 'sleep' or 'hello-world', suitable for test needs",
"scripts": {
"cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./build/ && rm -rf ./dist/",
Expand Down Expand Up @@ -148,7 +148,7 @@
"hello-world-py": {
"binary": {
"artifact": "hello-world-py",
"cmd": [ "{python}", "{pkg}/hello.py" ]
"cmd": [ "python", "{pkg}/hello.py" ]
}
},
"sleep": {
Expand All @@ -167,7 +167,7 @@
"binary": {
"artifact": {
"type": "python",
"registry": "milaboratories",
"registry": "platforma-open",
"version": "1.0.0",
"environment": ":runenv-python-stub",
"dependencies": {
Expand All @@ -183,7 +183,7 @@
"binary": {
"artifact": {
"type": "java",
"registry": "milaboratories",
"registry": "platforma-open",
"version": "1.0.0",
"environment": ":runenv-java-stub",
"root": "./java-stub"
Expand Down

0 comments on commit 2c18f18

Please sign in to comment.