fixed type

This commit is contained in:
Dominique Roux 2017-01-02 11:48:07 +01:00
parent 07906451b2
commit 4742913244
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ if [ ${state} = "present" ]; then
elif [ ${state} = "absent" ]; then
__file /usr/local/bin/docker-compose --state absent
else
echo "Unknown state: $state_should" >&2
echo "Unknown state: ${state}" >&2
exit 1
fi