diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index 4ef9c1a..f224ef2 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -301,7 +301,7 @@ def main(): ret = True args = docopt(USAGE, version=VERSION) try: - conf = Cfg(args['--cfg']) + conf = Cfg(os.path.expanduser(args['--cfg'])) except ValueError as e: LOG.err('error: %s' % (str(e))) return False