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

Commit f340cec

Browse files
committed
chore(build): Allow "+" in version number
1 parent fc19b86 commit f340cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fetchLatestSnapshot.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
$ciBase = 'http://ci.angularjs.org/job/angular.js-angular-master/ws/build/';
1818
$url = $ciBase.'angular-'.$ver.'.zip';
19+
echo 'Given version: '+$ver;
1920
if ( !$ver or !preg_match("/^[\.\-\d\w\+]+$/", $ver) ) {
2021
echo 'ERROR: No version specified';
2122
} else {

0 commit comments

Comments
 (0)