mam 1.11.125 → 1.11.126

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.js CHANGED
@@ -5180,7 +5180,7 @@ var $;
5180
5180
  return false;
5181
5181
  const git_dir = mod.resolve('.git');
5182
5182
  if (git_dir.exists()) {
5183
- this.$.$mol_exec(mod.path(), 'git', 'pull', '--deepen=1');
5183
+ this.$.$mol_exec(mod.path(), 'git', 'pull', '--depth=1');
5184
5184
  return false;
5185
5185
  }
5186
5186
  for (let repo of mapping.select('pack', mod.name(), 'git').kids) {