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