Skip to content

Commit

Permalink
fix sub-module install
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Jan 4, 2023
1 parent 2dc82a6 commit 21f4c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function entryfile_script(m::Module, options::Configs.Comonicon)
# generated by Comonicon for the CLI Application $(options.name)
using $m
exit($m.command_main())
exit($(nameof(m)).command_main())
"""
end

Expand Down

0 comments on commit 21f4c16

Please # to comment.