Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
-
Any
Description
CB-11979 introduced a warning for using subdir with git url.
But even there is no subdir, it still show the warning, or prevent fetch.
Because the line of code `options.subdir = options.subdir || '.';`
And `if (result[2]) options.subdir = result[2];` will not set subdir to empty
Then `if(options.subdir) {` will always true since options.subdir is '.' by default.
Attachments
Issue Links
- is broken by
-
CB-11979 add deprecation notice for using subdirectory syntax when fetching plugins
- Closed
- links to