Fix nailgun rsync

Change-Id: If987a37a1a64b74f45278836bcadb18bedfcd61c
This commit is contained in:
Przemyslaw Kaminski 2015-05-18 13:41:12 +02:00
parent 01b0c92fda
commit 81779e3d18
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class Rsync(DockerNailgunMixin, docker.RsyncCommand):
"""Rsync local directory to the Docker container."""
@property
def source_path(self):
return 'nailgun/nailgun'
return 'nailgun/nailgun/'
@property
def target_path(self):