Skip to content

Commit

Permalink
revert, already fixed in #1823
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Apr 22, 2024
1 parent 897e1d4 commit 168f053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tacticalrmm/alerts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def handle_alert_resolve(
hist = AgentHistory.objects.create(
agent=agent,
type=AgentHistoryType.SCRIPT_RUN,
script=alert_template.resolved_action,
script=alert_template.action,
username="alert-action-resolved",
)
r = agent.run_script(
Expand Down

0 comments on commit 168f053

Please sign in to comment.