diff --git a/modules/ol-s2i/artifacts/usr/local/s2i/assemble b/modules/ol-s2i/artifacts/usr/local/s2i/assemble index 897fc847d05..152e033dfd9 100755 --- a/modules/ol-s2i/artifacts/usr/local/s2i/assemble +++ b/modules/ol-s2i/artifacts/usr/local/s2i/assemble @@ -83,7 +83,7 @@ if [ -f "$LOCAL_SOURCE_DIR/pom.xml" ]; then fi -if [ -f "${LOCAL_SOURCE_DIR}/Dockerfile" ] && [ -d "${LOCAL_SOURCE_DIR}/maven"]; then +if [ -f "${LOCAL_SOURCE_DIR}/Dockerfile" ] && [ -d "${LOCAL_SOURCE_DIR}/maven" ]; then # This is an S2I binary build coming from fabric8-maven-plugin echo "S2I binary build from fabric8-maven-plugin detected" LOCAL_SOURCE_DIR=$LOCAL_SOURCE_DIR/maven