julien colomb 2 years ago
parent
commit
1042525feb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .scripts/datalad_sync.py

+ 1 - 1
.scripts/datalad_sync.py

@@ -33,7 +33,7 @@ dl.update(how='merge', recursive=True)
 print("save")
 dl.save(".", message=commitmessage, recursive=True)
 print("push")
-dl.push(".", to="origin", recursive=True)
+dl.push(to="origin", recursive=True)
 
 # Set dropping option
 q_answer = input("Do you want to drop all files that were uploaded, they will be on the server but not on this computer anymore ? [y/n]")