Skip to content

Commit

Permalink
Typo in send_email parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 10, 2024
1 parent 08d5333 commit acf3afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gort/overwatcher/helpers/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ async def _run_internal(self) -> bool:
try:
await self.overwatcher.gort.execute_recipe(
"post-observing",
send_emal=False,
send_email=False,
)
except Exception as err:
await self.overwatcher.notify(
Expand Down

0 comments on commit acf3afc

Please sign in to comment.