File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ subroutine cmd_publish(settings)
47
47
! > Checks before uploading the package.
48
48
if (.not. allocated (package% license)) call fpm_stop(1 , ' No license specified in fpm.toml.' )
49
49
if (.not. package% build% module_naming) call fpm_stop(1 , ' The package does not meet the module naming requirements. ' // &
50
- & ' Please set "module_naming = true" in fpm.toml [build] or specify a custom module prefix.' )
50
+ & ' Please set "module-naming = true" in fpm.toml [build] or specify a custom module prefix.' )
51
51
if (.not. allocated (version)) call fpm_stop(1 , ' No version specified in fpm.toml.' )
52
52
if (version% s() == ' 0' ) call fpm_stop(1 , ' Invalid version: "' // version% s()// ' ".' )
53
53
if (.not. exists(' fpm.toml' )) call fpm_stop(1 , " Cannot find 'fpm.toml' file. Are you in the project root?" )
You can’t perform that action at this time.
0 commit comments