Sfoglia il codice sorgente

refactor: match current format

Sam Jaffe 3 settimane fa
parent
commit
ef65e68b85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {