Skip to content

Commit 43b3a02

Browse files
authored
Merge pull request #1037 from nicktime/patch-1
Fix bzr fastimport plugin install guide
2 parents 50ae760 + 8d5ff54 commit 43b3a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ If the package is not available, you may install it as a plugin:
3434

3535
[source,console]
3636
----
37-
$ mkdir --parents ~/.bazaar/plugins/bzr # creates the necessary folders for the plugins
38-
$ cd ~/.bazaar/plugins/bzr
37+
$ mkdir --parents ~/.bazaar/plugins # creates the necessary folders for the plugins
38+
$ cd ~/.bazaar/plugins
3939
$ bzr branch lp:bzr-fastimport fastimport # imports the fastimport plugin
4040
$ cd fastimport
4141
$ sudo python setup.py install --record=files.txt # installs the plugin

0 commit comments

Comments
 (0)