Fix indentation

This commit is contained in:
0x1eef 2024-08-17 18:34:39 -03:00
parent 340576fd0b
commit 29ef3e0303

View file

@ -43,11 +43,11 @@ done
case $1 in
"setup")
"${libexec}"/commands/portzap-setup
;;
"${libexec}"/commands/portzap-setup
;;
"teardown")
"${libexec}"/commands/portzap-teardown
;;
"${libexec}"/commands/portzap-teardown
;;
"clone")
require_dependency "git doas"
"${libexec}"/commands/portzap-clone "${giturl}" "${gitdir}" "${defaultbranch}"