Explorar o código

refactor: match current format

Sam Jaffe hai 3 semanas
pai
achega
ef65e68b85
Modificáronse 1 ficheiros con 1 adicións e 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) {