diff --git a/jarvis_cd/basic/jarvis_manager.py b/jarvis_cd/basic/jarvis_manager.py index ad516086..4455ed13 100644 --- a/jarvis_cd/basic/jarvis_manager.py +++ b/jarvis_cd/basic/jarvis_manager.py @@ -104,7 +104,7 @@ def load(self): :return: None """ if not os.path.exists(self.jarvis_conf_path): - print('No configuration was found. Run jarvis init or bootstrap.' + print('No configuration was found. Run jarvis init or bootstrap. ' 'If you are currently running those commands, please ignore this message.') return self.jarvis_conf = {}