Fix indentation
This commit is contained in:
parent
87f8e18ade
commit
fb47f6466b
1 changed files with 4 additions and 4 deletions
|
@ -43,11 +43,11 @@ done
|
|||
|
||||
case $1 in
|
||||
"setup")
|
||||
"${libexec}"/commands/sourcezap-setup
|
||||
;;
|
||||
"${libexec}"/commands/sourcezap-setup
|
||||
;;
|
||||
"teardown")
|
||||
"${libexec}"/commands/sourcezap-teardown
|
||||
;;
|
||||
"${libexec}"/commands/sourcezap-teardown
|
||||
;;
|
||||
"clone")
|
||||
require_dependency "git doas"
|
||||
"${libexec}"/commands/sourcezap-clone "${giturl}" "${gitdir}" "${defaultbranch}"
|
||||
|
|
Loading…
Reference in a new issue