diff options
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 16e262360..75297c8c8 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -594,9 +594,7 @@ _.code _.then ..scope) - (format (cli.target service) - (of file.default separator) - "program" + (format "program" extension)])] (..declare_success! [])) (io.io []))))) |