Skip to content

Commit 2d6c72f

Browse files
committed
sync project instead of push when creating project
1 parent 30e32df commit 2d6c72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def create_project_and_push(self, project_name, directory, is_public=False, name
556556
MerginProject.write_metadata(directory, project_info)
557557
mp = MerginProject(directory)
558558
if mp.inspect_files():
559-
self.push_project(directory)
559+
self.sync_project(directory)
560560

561561
def paginated_projects_list(
562562
self,

0 commit comments

Comments
 (0)