Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 12, 2024
1 parent a308952 commit 466650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tools/boilercv_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def sync():

PLATFORM = platform(terse=True).casefold().split("-")[0]

print(f"⚠️ {PLATFORM}") # noqa: T201
print(f"welp {PLATFORM}") # noqa: T201

match PLATFORM:
case "macos":
Expand Down

0 comments on commit 466650f

Please sign in to comment.