Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
Always Return Success for Now
  • Loading branch information
sfawcett123 authored Jul 23, 2020
1 parent 06ce432 commit 256c1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

CMD=$(find . -name a11y-crawl.rb)
ruby ${CMD} ${*}

exit 0

0 comments on commit 256c1f4

Please sign in to comment.