install the right package, not pyro...

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-12-09 11:49:26 -08:00
parent 55aad25200
commit 67c7351bec
1 changed files with 2 additions and 2 deletions

View File

@ -46,10 +46,10 @@ fi
case "$state_should" in
present)
echo $pip install -q pyro
echo $pip install -q "$name"
;;
absent)
echo $pip uninstall -q -y pyro
echo $pip uninstall -q -y "$name"
;;
*)
echo "Unknown state: $state_should" >&2