Skip to content

Commit

Permalink
Merge pull request grahampugh#174 from jpiperberg/patch-1
Browse files Browse the repository at this point in the history
Update webhook text for package uploaded but no policy uploaded
  • Loading branch information
grahampugh authored Oct 21, 2024
2 parents 99431ff + dc7b803 commit d296e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JamfUploaderProcessors/JamfUploaderTeamsNotifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def main(self):
webhook_text["attachments"][0]["content"]["body"].append(
{
"type": "TextBlock",
"text": "No new package uploaded.",
"text": "No new policy uploaded.",
"wrap": True,
"separator": True
}
Expand Down

0 comments on commit d296e68

Please sign in to comment.