zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit aed4b913448bcbfc0ab1567f974e1396833e635e
parent de13d53d26234b3a37784c257164914d4d50c631
Author: srfsh <dev@srf.sh>
Date:   Sun, 10 Jul 2022 19:36:55 +0200

zenflows/application: fix printing header

Diffstat:
Msrc/zenflows/application.ex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zenflows/application.ex b/src/zenflows/application.ex @@ -16,7 +16,7 @@ def start(_type, _args) do end defp print_header() do - if System.get_env("NOHEADER") do + unless System.get_env("NOHEADER") do IO.puts(""" Zenflows is designed to implement the Valuflows vocabulary, written, and maintained by srfsh <info@dyne.org>.