Typo in setup type

This commit is contained in:
Daniel Dayley 2021-07-20 19:29:23 -06:00
parent 3ccbbd002e
commit a754bf2393

View File

@ -7,7 +7,7 @@
COMMAND="$1"
NAME="python-tool"
INSTALL="services"
INSTALL=" services "
[ -z "$1" ] && echo "No setup command given, nothing to do." && exit 1