Skip to content

Commit 4e13822

Browse files
freevryheidivan-pi
andauthored
Update src/fpm.f90
Brevity is the soul of wit. - WS Co-authored-by: Ivan Pribec <[email protected]>
1 parent 9bc5448 commit 4e13822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ subroutine cmd_clean(settings)
516516
call run('rmdir /s/q build', .false.)
517517
end if
518518
else
519-
write (stdout, '(A)') "fpm: The response was not affirmative, build directory was not deleted."
519+
write (stdout, '(A)') "fpm: Build directory was not deleted."
520520
end if
521521
else
522522
write (stdout, '(A)') "fpm: No build directory found."

0 commit comments

Comments
 (0)