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
|
case $1 in
|
||||||
"setup")
|
"setup")
|
||||||
"${libexec}"/commands/portzap-setup
|
"${libexec}"/commands/portzap-setup
|
||||||
;;
|
;;
|
||||||
"teardown")
|
"teardown")
|
||||||
"${libexec}"/commands/portzap-teardown
|
"${libexec}"/commands/portzap-teardown
|
||||||
;;
|
;;
|
||||||
"clone")
|
"clone")
|
||||||
require_dependency "git doas"
|
require_dependency "git doas"
|
||||||
"${libexec}"/commands/portzap-clone "${giturl}" "${gitdir}" "${defaultbranch}"
|
"${libexec}"/commands/portzap-clone "${giturl}" "${gitdir}" "${defaultbranch}"
|
||||||
|
|
Loading…
Reference in a new issue