mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
Fix something Dan has overlooked
This commit is contained in:
parent
fd310c6445
commit
81a1057cac
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ checkout()
|
|||
for e in "${webbranches[@]}"; do echo "::: $e"; done
|
||||
exit 1
|
||||
fi
|
||||
checkout_pull_branch "${webInterfaceDir}" "${3}"
|
||||
checkout_pull_branch "${webInterfaceDir}" "${2}"
|
||||
else
|
||||
echo "::: Requested option \"${1}\" is not available!"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue