Skip to content

Commit 0f9a5ea

Browse files
committed
Use github backend for all submodules
1 parent 4d2edad commit 0f9a5ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-tree.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,8 @@ module.exports = function (platform) {
807807
config[key] = extra[key];
808808
});
809809
}
810-
if (configs[entry.root].github) config.github = true;
810+
// if (configs[entry.root].github)
811+
config.github = true;
811812
return livenConfig(config, entry.hash, function (err, repo, current) {
812813
if (err) return callback(err);
813814
if (entry.hash !== current) {

0 commit comments

Comments
 (0)