diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index 822fa28..76670dd 100755 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -16,12 +16,14 @@ except: errmsg = ''' Dotdrop has been updated to be included in pypi and the way it needs to be called has changed. + First update dotdrop: $ git submodule update --init --recursive And then re-run the bootstrap script: $ ./dotdrop/bootstrap.sh ''' print(errmsg) + sys.exit(1) from .logger import Logger from .templategen import Templategen from .installer import Installer