Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 64555f4

Browse files
committed
Merge pull request #3 from jeffbcross/master
feat(fetchLatest): Changed fetchLatestSnapshot script to get latest from...
2 parents 36c31be + ac65f7b commit 64555f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetchLatestSnapshot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<pre><?php echo `date`; ?></pre>
77
<pre><?php
88
$ver = $_GET['ver'];
9-
$ciBase = 'http://ci.angularjs.org/job/angular.js-angular-v1.0.x/ws/build/';
9+
$ciBase = 'http://ci.angularjs.org/job/angular.js-angular-master/ws/build/';
1010
$url = $ciBase.'angular-'.$ver.'.zip';
1111
if ( !$ver or !preg_match("/^[\.\-\d\w]+$/", $ver) ) {
1212
echo 'ERROR: No version specified';

0 commit comments

Comments
 (0)