@info instead of @warn
This commit is contained in:
parent
d932a29ded
commit
564a379c5e
@ -114,7 +114,7 @@ function generate(
|
|||||||
|
|
||||||
@info "Finished"
|
@info "Finished"
|
||||||
if multiple_branches
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user