Skip to content

Commit

Permalink
Ensure people know that bootstrap prints this message
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Jan 24, 2025
1 parent 18ada5b commit 5aba1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_cd/basic/jarvis_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 5aba1bd

Please sign in to comment.