mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix installing cordova plugin from git url
This commit is contained in:
committed by
filipenevola
parent
ff0acbc7f7
commit
43cc050cf8
2
tools/cordova/project.js
vendored
2
tools/cordova/project.js
vendored
@@ -549,7 +549,7 @@ from Cordova project`, async () => {
|
||||
buildmessage.assertInJob();
|
||||
|
||||
if (utils.isUrlWithSha(version)) {
|
||||
return convertToGitUrl(version);
|
||||
return `${id}@${convertToGitUrl(version)}`;
|
||||
} else if (utils.isUrlWithFileScheme(version)) {
|
||||
// Strip file:// and resolve the path relative to the cordova-build
|
||||
// directory
|
||||
|
||||
Reference in New Issue
Block a user