Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Hi, I was working on a issue #113 and found that the GitHub code is different than the code running in production i.e. in deployed script. Please see the line #306 it contains grep "200 OK" but if you download the script and see the code it's grep "200" there.
To match the GitHub's code with deployed script, I have raised this PR. Please review and merge.
Thanks.