Commit 0922e386 authored by Ilya Rassadin's avatar Ilya Rassadin
Browse files

fixed typo

parent f0e1abfa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    composer --optimize-autoloader --ignore-platform-reqs --no-scripts --prefer-dist install;
  fi

.tune_autoload_prod: &tune_autoload_prod
.tune_autoload_prod: &tune_autoload_prod |
  if [ !-e $COMPOSER_INSTALL_DIR/composer.json ] || [ -z "$DOC_ROOT_NAME" ] || [ "$DOC_ROOT_NAME" = "www" ]; then
    echo "No autoload adjustments are needed."
    exit 0