mirror of https://github.com/borgbackup/borg.git
Merge pull request #456 from skorokithakis/master
Display proper repo URL.
This commit is contained in:
commit
10bf6fdd88
|
@ -86,7 +86,7 @@ class Archiver:
|
|||
|
||||
def do_init(self, args):
|
||||
"""Initialize an empty repository"""
|
||||
logger.info('Initializing repository at "%s"' % args.repository.orig)
|
||||
logger.info('Initializing repository at "%s"' % args.repository.canonical_path())
|
||||
repository = self.open_repository(args.repository, create=True, exclusive=True)
|
||||
key = key_creator(repository, args)
|
||||
manifest = Manifest(key, repository)
|
||||
|
|
Loading…
Reference in New Issue