Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #40 from klapcsik/master
Browse files Browse the repository at this point in the history
Indentation error fix in sam.yaml at Events
  • Loading branch information
davfaulk authored Mar 21, 2022
2 parents 1691557 + 33d6618 commit fbb04e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Resources:
CURRENT_MONTH: !Ref CurrentMonth
INC_SUPPORT: 'false'
INC_TAX: 'true'
Events:
Events:
MonthlyEvent:
Properties:
Schedule: !Sub cron(0 1 ${DayOfMonth} * ? *)
Expand Down

0 comments on commit fbb04e0

Please sign in to comment.