Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
fix(Manifest): Change manifest to be consistent with other executors
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokome Bentley committed Dec 11, 2019
1 parent 87d37fa commit d5e4d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stencila/pyla/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
'stdio': {
'type': 'stdio',
'command': 'python3',
'args': ['-m', 'stencila.pyla', 'listen']
'args': ['-m', 'stencila.pyla', 'serve']
}
}
}

MANIFEST_FILE_NAME = 'py.json'
MANIFEST_FILE_NAME = 'pyla.json'
EXECUTORS_DIR_NAME = 'executors'


Expand Down

0 comments on commit d5e4d2e

Please sign in to comment.