Skip to content

Commit 70ae232

Browse files
urbanjostLKedward
andauthored
Update fpm/src/fpm/cmd/new.f90
Co-authored-by: Laurence Kedward <[email protected]>
1 parent a5162c0 commit 70ae232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpm/src/fpm/cmd/new.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ subroutine cmd_new(settings) ! --with-executable F --with-test F '
118118
endif
119119
call warnwrite(join_path(settings%name, 'fpm.toml'), message) ! now that built it write NAME/fpm.toml
120120

121-
call run('cd ' // settings%name // ';git init') ! assumes these commands work on all systems and git(1) is installed
121+
call run('cd ' // settings%name // '&&git init') ! assumes these commands work on all systems and git(1) is installed
122122
contains
123123

124124
subroutine warnwrite(fname,data)

0 commit comments

Comments
 (0)