1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Fix something Dan has overlooked

This commit is contained in:
DL6ER 2017-03-09 00:30:36 +01:00
parent fd310c6445
commit 81a1057cac
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -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