Skip to content

Commit e4e6784

Browse files
Update check community message
1 parent 25a838f commit e4e6784

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cursorless-talon/src/check_community_repo.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ def on_ready():
2626
if missing_actions:
2727
errors.append(f"Missing actions: {', '.join(missing_actions)}")
2828
if errors:
29-
print("\n".join(errors))
29+
message = "\n".join(errors)
30+
print(f"Cursorless: {message}")
3031
app.notify(
31-
"Please install the community repository",
32+
"Cursorless: Please install the community repository",
3233
body="https://github.com/talonhub/community",
3334
)
3435

0 commit comments

Comments
 (0)