Skip to content

Commit

Permalink
all the dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Oct 20, 2024
1 parent 0433954 commit 1919b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,7 @@ def validate_and_suggest(repo_path: str, provided_tags: List[str],
for i, suggestion in enumerate(all_suggestions, 1):
cp.print_color('red', f"{i}. {suggestion.split('.')[0]}.")
cp.print_color('green', f" Suggestion: {'.'.join(suggestion.split('.')[1:]).strip()}")
print("----------------------------------------")
sys.exit(1)

def run_playbook(repo_path: str, playbook_path: str, playbook_tags: List[str]):
Expand Down

0 comments on commit 1919b8d

Please sign in to comment.