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 31, 2020
1 parent 5295a19 commit 8a0bb72
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 "======================"

cd /github/workspace/ && spectral lint "$INPUT_ARGS"
cd /github/workspace/ && spectral lint "${INPUT_ARGS[@]}"

0 comments on commit 8a0bb72

Please sign in to comment.