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