Skip to content

Commit

Permalink
Add 'SoftPack' to email subject.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkw31 committed Nov 14, 2024
1 parent ddc38a4 commit 1538f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions softpack_core/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ async def upload_artifacts( # type: ignore[no-untyped-def]
)

subject = (
"Your environment is ready!"
"Your SoftPack environment is ready!"
if newState == State.ready
else "Your environment failed to build"
else "Your SoftPack environment failed to build"
)

send_email(
Expand Down

0 comments on commit 1538f07

Please sign in to comment.