Fixed gitomatic script missing end

This commit is contained in:
Brian Zalewski 2023-07-10 08:11:30 +00:00
parent 8a2d039cb7
commit aa121ec9df

View file

@ -54,3 +54,4 @@ if command -v gitomatic > /dev/null; then
else
logg info 'Git-o-matic is not installed or it is not available in PATH'
fi
{{ end -}}