Skip to content

Commit 8d5ff54

Browse files
authored
Fix bzr fastimport plugin install guide
Bzr would not find plugin in the old place on Ubuntu 16.04.
1 parent 4a3dec9 commit 8d5ff54

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)