forked from ungleich-public/cdist
fixed type
This commit is contained in:
parent
07906451b2
commit
4742913244
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ if [ ${state} = "present" ]; then
|
||||||
elif [ ${state} = "absent" ]; then
|
elif [ ${state} = "absent" ]; then
|
||||||
__file /usr/local/bin/docker-compose --state absent
|
__file /usr/local/bin/docker-compose --state absent
|
||||||
else
|
else
|
||||||
echo "Unknown state: $state_should" >&2
|
echo "Unknown state: ${state}" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue