1 file changed
@@ -27,7 +27,7 @@ Get a single protected branch:: | |||
| 27 | 27 | ||
| 28 | 28 | p_branch = project.protectedbranches.get('main') | |
| 29 | 29 | ||
| 30 | - Update a protected branch: | ||
| 30 | + Update a protected branch:: | ||
| 31 | 31 | ||
| 32 | 32 | p_branch.allow_force_push = True | |
| 33 | 33 | p_branch.save() | |
0 commit comments