Explorar o código

doc/Makefile: fix -frfrfr

aggstam %!s(int64=2) %!d(string=hai) anos
pai
achega
3b046709d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/generate_seminar_ics.py

+ 1 - 1
doc/generate_seminar_ics.py

@@ -123,7 +123,7 @@ def print_ics():
         s = ''.join(ch if ch.isalnum() else '' for ch in event["title"])
         ics_file = f"{event['start']}_{s}.ics"
 
-        with open(f"book/development/{ics_file}", "w") as f:
+        with open(f"book/dev/{ics_file}", "w") as f:
             f.write('\n'.join(ics))
             f.write('\n')