Explorar el Código

refactor: match current format

Sam Jaffe hace 3 semanas
padre
commit
ef65e68b85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Todos/Controller/SaveController.swift

+ 1 - 1
Todos/Controller/SaveController.swift

@@ -9,7 +9,7 @@ import Foundation
 
 final class SaveController {
   static func filename(date: String) -> URL {
-    URL.documentsDirectory.appending(path: "Todo \(date).yaml")
+    URL.documentsDirectory.appending(path: "Weekly Tracker \(date).yml")
   }
   
   static func save(_ items: [Category], to: URL) {