Skip to content

Commit

Permalink
Adding tagged release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlbr committed Dec 25, 2016
1 parent c92bf46 commit e6d4557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion region.go
Expand Up @@ -27,7 +27,7 @@ func createFeiertagsList(y int, ffun []func(int) Feiertag) []Feiertag {
feiern := []func(int) Feiertag{Neujahr, Karfreitag, Ostermontag,
TagDerArbeit, ChristiHimmelfahrt, PfingstMontag,
TagDerDeutschenEinheit, Weihnachten, ZweiterWeihnachtsfeiertag}
// in 2017 the Reformationstag is a one time feiertag in all states
// in 2017 the Reformationstag is a one time Feiertag in all states
if y == 2017 {
feiern = append(feiern, Reformationstag)
}
Expand Down

0 comments on commit e6d4557

Please sign in to comment.