Skip to content

Commit 6cac03c

Browse files
committed
Merge pull request #480 from crd/policy_correction
Replace hardcoded incorrect reference to Chapter 6
2 parents b561b6a + fcaccb9 commit 6cac03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/08-customizing-git/sections/policy.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ target_shas.each do |sha|
427427
end
428428
end
429429
----
430-
This script uses a syntax that wasn't covered in the Revision Selection section of Chapter 6. You get a list of commits that have already been pushed up by running this:
430+
This script uses a syntax that wasn't covered in <<_revision_selection>>. You get a list of commits that have already been pushed up by running this:
431431

432432
[source,ruby]
433433
----

0 commit comments

Comments
 (0)