Skip to content

Commit

Permalink
Merge pull request #706 from LKedward/fix-666
Browse files Browse the repository at this point in the history
Fix: to pipe up-to-date message to stderr
  • Loading branch information
LKedward authored Jun 12, 2022
2 parents a5f039e + 90d6787 commit 87dcb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm_backend.F90
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ subroutine build_package(targets,model,verbose)

! Check if queue is empty
if (.not.verbose .and. size(queue) < 1) then
write(*, '(a)') 'Project is up to date'
write(stderr, '(a)') 'Project is up to date'
return
end if

Expand Down

0 comments on commit 87dcb9b

Please sign in to comment.