Baptiste Rios

Results 1 comments of Baptiste Rios

Hello @ChadLei, I had the same issue here but it was because I was executing the command with `sh` like this: ```sh $ sh ./wait-for-it.sh www.google.com:80 ```` I removed the...