Skip to content

Commit 7ecb47f

Browse files
author
Oliver Schrenk
committed
✨ Print calendar type and source
1 parent a821a19 commit 7ecb47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Model/Calendar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ extension [PlanCalendar] {
113113
cal1.label < cal2.label
114114
})
115115
for calendar in sorted {
116-
StdOut.print("\(calendar.id) \(calendar.label)")
116+
StdOut.print("\(calendar.id) \(calendar.label) \(calendar.type) \(calendar.source)")
117117
}
118118
}
119119
}

0 commit comments

Comments
 (0)