diff options
Diffstat (limited to 'docs/src/ngdoc.js')
| -rw-r--r-- | docs/src/ngdoc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index c009c950..77c01b77 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -552,7 +552,7 @@ Doc.prototype = { minerrMsg; var gitTagFromFullVersion = function(version) { - var match = version.match(/-(\w{7})/); + var match = version.match(/sha\.(\w{7})/); if (match) { // git sha |
