Remove commented out line
This commit is contained in:
parent
ec393e3d18
commit
6e7ff3451b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Reference in a new issue