Remove commented out line

This commit is contained in:
Mike Dillon 2015-10-11 11:27:38 -07:00
parent ec393e3d18
commit 6e7ff3451b

View file

@ -1,7 +1,6 @@
# Test if requirements are met
(
type docker &>/dev/null || ( echo "docker is not available"; exit 1 )
#type curl &>/dev/null || ( echo "curl is not available"; exit 1 )
)>&2