Fix indentation
This commit is contained in:
parent
340576fd0b
commit
29ef3e0303
1 changed files with 4 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue