@info instead of @warn

This commit is contained in:
Chris de Graaf 2018-09-17 15:42:02 -05:00
parent d932a29ded
commit 564a379c5e

View File

@ -114,7 +114,7 @@ function generate(
@info "Finished"
if multiple_branches
@warn "Remember to push all created branches to your remote: git push --all"
@info "Remember to push all created branches to your remote: git push --all"
end
end