mirror of https://github.com/embarklabs/embark.git
hotfix tag for github urls
This commit is contained in:
parent
e582ae3877
commit
59f98c6f0c
|
@ -148,7 +148,7 @@ function getExternalContractUrl(file) {
|
|||
// [4] path
|
||||
// [5] branch
|
||||
const match = file.match(
|
||||
/(git:\/\/)?github\.[a-z]+\/([-a-zA-Z0-9@:%_+.~#?&=]+)\/([-a-zA-Z0-9@:%_+.~#?&=]+)\/([-a-zA-Z0-9@:%_+.~?\/&=]+)#?([a-zA-Z0-1\/_.-]*)?/
|
||||
/(git:\/\/)?github\.[a-z]+\/([-a-zA-Z0-9@:%_+.~#?&=]+)\/([-a-zA-Z0-9@:%_+.~#?&=]+)\/([-a-zA-Z0-9@:%_+.~?\/&=]+)#?([a-zA-Z0-9\/_.-]*)?/
|
||||
);
|
||||
if (!match) {
|
||||
console.error(MALFORMED_ERROR + file);
|
||||
|
|
Loading…
Reference in New Issue