We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb9e8b commit 58b6716Copy full SHA for 58b6716
entrypoint.sh
@@ -4,4 +4,4 @@ echo "======================"
4
echo "= Linting OAS file ="
5
echo "======================"
6
7
-node node_modules/@apidevtools/swagger-cli/bin/swagger-cli validate "${options[@]}"
+node node_modules/@apidevtools/swagger-cli/bin/swagger-cli validate "$1"
0 commit comments