Skip to content

Commit 1410bcc

Browse files
committed
This should finally fix travis ci
1 parent 06bec1b commit 1410bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/test_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def test_references_and_objects(self, rw_dir):
431431

432432
# [31-test_references_and_objects]
433433
git = repo.git
434-
git.checkout('head', b="my_new_branch") # create a new branch
434+
git.checkout('HEAD', b="my_new_branch") # create a new branch
435435
git.branch('another-new-one')
436436
git.branch('-D', 'another-new-one') # pass strings for full control over argument order
437437
git.for_each_ref() # '-' becomes '_' when calling it

0 commit comments

Comments
 (0)