install the right package, not pyro...
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
55aad25200
commit
67c7351bec
1 changed files with 2 additions and 2 deletions
|
@ -46,10 +46,10 @@ fi
|
||||||
|
|
||||||
case "$state_should" in
|
case "$state_should" in
|
||||||
present)
|
present)
|
||||||
echo $pip install -q pyro
|
echo $pip install -q "$name"
|
||||||
;;
|
;;
|
||||||
absent)
|
absent)
|
||||||
echo $pip uninstall -q -y pyro
|
echo $pip uninstall -q -y "$name"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unknown state: $state_should" >&2
|
echo "Unknown state: $state_should" >&2
|
||||||
|
|
Loading…
Reference in a new issue