Set default repo source to full path of current dir

Rather than just '.'
pull/6/head
yuvipanda 2017-05-22 22:16:46 -07:00
rodzic 657db33017
commit 542c7a9a1c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ class Repo2Docker(Application):
)
repo = Unicode(
'.',
os.getcwd(),
allow_none=True,
config=True,
help="""