diff options
Diffstat (limited to 'docs/gl_objects/projects.py')
-rw-r--r-- | docs/gl_objects/projects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/projects.py b/docs/gl_objects/projects.py index 4a6f3ad..878e45d 100644 --- a/docs/gl_objects/projects.py +++ b/docs/gl_objects/projects.py @@ -206,7 +206,7 @@ f = project.files.create({'file_path': 'testfile', # files update f.content = 'new content' -f.save(branch'master', commit_message='Update testfile') # v4 +f.save(branch='master', commit_message='Update testfile') # v4 f.save(branch_name='master', commit_message='Update testfile') # v3 # or for binary data |