Get the right name for the options.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
20fd61468d
commit
d5b88e0df8
|
@ -83,7 +83,7 @@ checkout()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "${1}" ]]; then
|
if [[ -z "${1}" ]]; then
|
||||||
echo "::: No option detected. Please use 'pihole checkout <master|development>'."
|
echo "::: No option detected. Please use 'pihole checkout <master|dev>'."
|
||||||
echo "::: Or enter the repository and branch you would like to check out:"
|
echo "::: Or enter the repository and branch you would like to check out:"
|
||||||
echo "::: 'pihole checkout <web|core> <branchname>'"
|
echo "::: 'pihole checkout <web|core> <branchname>'"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue