Loading common-openapi/generateOpenapi.sh +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ echo $1 echo $2 # Get all config files for this project configs=$(grep -A20 "^[[:space:]]*$project_prefix:" "$2" | grep "config_file" | sed 's/.*config_file:[[:space:]]*"\(.*\)".*/\1/') configs=$(grep -A20 "^[[:space:]]*$project_prefix:" "../$2" | grep "config_file" | sed 's/.*config_file:[[:space:]]*"\(.*\)".*/\1/') if [ -z "$configs" ]; then echo "No config files found for project $project_prefix" Loading Loading
common-openapi/generateOpenapi.sh +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ echo $1 echo $2 # Get all config files for this project configs=$(grep -A20 "^[[:space:]]*$project_prefix:" "$2" | grep "config_file" | sed 's/.*config_file:[[:space:]]*"\(.*\)".*/\1/') configs=$(grep -A20 "^[[:space:]]*$project_prefix:" "../$2" | grep "config_file" | sed 's/.*config_file:[[:space:]]*"\(.*\)".*/\1/') if [ -z "$configs" ]; then echo "No config files found for project $project_prefix" Loading