From 564a379c5eef403823687a22a2f59bacab8428b9 Mon Sep 17 00:00:00 2001 From: Chris de Graaf Date: Mon, 17 Sep 2018 15:42:02 -0500 Subject: [PATCH] @info instead of @warn --- src/generate.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generate.jl b/src/generate.jl index 5d5e475..a5c31b3 100644 --- a/src/generate.jl +++ b/src/generate.jl @@ -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