Skip to content

Commit f0fa782

Browse files
authored
[doc] Fix small typo (#178)
1 parent 718ca02 commit f0fa782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/admin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ non-bare repository, this branch will be checked out:
4343
$repository = Gitonomy\Git\Admin::cloneBranchTo('/tmp/gitlib', 'https://github.com/gitonomy/gitlib.git', 'a-branch');
4444

4545
// Clone to a non-bare repository
46-
$repository = Gitonomy\Git\Admin::cloneBranchTo('/tmp/gitlib', 'https://github.com/gitonomy/gitlib.git', 'a-branch' false);
46+
$repository = Gitonomy\Git\Admin::cloneBranchTo('/tmp/gitlib', 'https://github.com/gitonomy/gitlib.git', 'a-branch', false);
4747
```
4848

4949
Clone a Repository object

0 commit comments

Comments
 (0)