Skip to content

Commit

Permalink
Fix args issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-jain committed Mar 30, 2020
1 parent 8fb9e8b commit 58b6716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ echo "======================"
echo "= Linting OAS file ="
echo "======================"

node node_modules/@apidevtools/swagger-cli/bin/swagger-cli validate "${options[@]}"
node node_modules/@apidevtools/swagger-cli/bin/swagger-cli validate "$1"

0 comments on commit 58b6716

Please sign in to comment.