Skip to content

Commit

Permalink
Merge pull request #110 from lukemartinlogan/master
Browse files Browse the repository at this point in the history
Ensure people know that bootstrap prints this message
  • Loading branch information
lukemartinlogan authored Jan 24, 2025
2 parents a782d1e + 5aba1bd commit ca2f484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jarvis_cd/basic/jarvis_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ 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 = {}
# Read global jarvis conf
Expand Down

0 comments on commit ca2f484

Please sign in to comment.