Skip to content

Commit

Permalink
docs(projects): fix file deletion docs
Browse files Browse the repository at this point in the history
The function `file.delete()` requires `branch` argument in addition to `commit_message`.
  • Loading branch information
VeLKerr authored and max-wittig committed Dec 16, 2019
1 parent 62b0b62 commit 1c4f1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gl_objects/projects.rst
Expand Up @@ -368,7 +368,7 @@ encoded text::

Delete a file::

f.delete(commit_message='Delete testfile')
f.delete(commit_message='Delete testfile', branch='master')

Get file blame::

Expand Down

0 comments on commit 1c4f1c4

Please sign in to comment.