فهرست منبع

Fix commit id, thanks Bryan Bishop.

Jelmer Vernooij 15 سال پیش
والد
کامیت
0ef52f7a7d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/tutorial/2-change-file.txt

+ 1 - 1
docs/tutorial/2-change-file.txt

@@ -55,7 +55,7 @@ previous blob recorded as "spam".
 You won't see it using git log because the head is still the previous
 You won't see it using git log because the head is still the previous
 commit. It's easy to remedy::
 commit. It's easy to remedy::
 
 
-  >>> repo.refs['refs/heads/master'] = commit.id
+  >>> repo.refs['refs/heads/master'] = c2.id
 
 
 Now all git tools will work as expected. Though don't forget that Dulwich is
 Now all git tools will work as expected. Though don't forget that Dulwich is
 still open!
 still open!