Skip to content

Commit cddbcd2

Browse files
committed
Add missing colons to import-svn.asc
1 parent 2800ca9 commit cddbcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/import-svn.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You should also do a bit of post-import cleanup.
7272
For one thing, you should clean up the weird references that `git svn` set up.
7373
First you'll move the tags so they're actual tags rather than strange remote branches, and then you'll move the rest of the branches so they're local.
7474

75-
To move the tags to be proper Git tags, run
75+
To move the tags to be proper Git tags, run:
7676

7777
[source,console]
7878
----

0 commit comments

Comments
 (0)