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
|
||||
__file /usr/local/bin/docker-compose --state absent
|
||||
else
|
||||
echo "Unknown state: $state_should" >&2
|
||||
echo "Unknown state: ${state}" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue