diff --git a/fetchLatestSnapshot.php b/fetchLatestSnapshot.php index a5fb319d9f..8fe1fbab7e 100644 --- a/fetchLatestSnapshot.php +++ b/fetchLatestSnapshot.php @@ -6,6 +6,14 @@
$ciBase = 'http://ci.angularjs.org/job/angular.js-angular-master/ws/build/';
$url = $ciBase.'angular-'.$ver.'.zip';
if ( !$ver or !preg_match("/^[\.\-\d\w]+$/", $ver) ) {