ihub-cli 1.0.4 → 1.1.4

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -34,7 +34,7 @@ async function UpdateRepo(folder,cid,pinata) {
34
34
 
35
35
  const absolutePath = path.resolve(folder);
36
36
 
37
- execSync(`git pull ${bpath} ${absolutePath}`, {
37
+ execSync(`git pull ${bpath} ${absolutePath} main`, {
38
38
  cwd: ".",
39
39
  stdio: 'inherit'
40
40
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ihub-cli",
3
- "version": "1.0.4",
3
+ "version": "1.1.4",
4
4
  "description": "immutablehub cli to push and clone repos",
5
5
  "main": "index.js",
6
6
  "type": "module",