mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 22:44:44 +00:00
One more argument to shift.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
a9b52518bf
commit
273728b481
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ checkout()
|
||||||
for e in "${webbranches[@]}"; do echo "::: $e"; done
|
for e in "${webbranches[@]}"; do echo "::: $e"; done
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
checkout_pull_branch "${webInterfaceDir}" "${3}"
|
checkout_pull_branch "${webInterfaceDir}" "${2}"
|
||||||
else
|
else
|
||||||
echo "::: Requested option \"${1}\" is not available!"
|
echo "::: Requested option \"${1}\" is not available!"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue