We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc19b86 commit f340cecCopy full SHA for f340cec
fetchLatestSnapshot.php
@@ -16,6 +16,7 @@
16
17
$ciBase = 'http://ci.angularjs.org/job/angular.js-angular-master/ws/build/';
18
$url = $ciBase.'angular-'.$ver.'.zip';
19
+ echo 'Given version: '+$ver;
20
if ( !$ver or !preg_match("/^[\.\-\d\w\+]+$/", $ver) ) {
21
echo 'ERROR: No version specified';
22
} else {
0 commit comments