Skip to content

Commit 2f81a48

Browse files
committed
Todo
1 parent f43cf70 commit 2f81a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async fn download_files(url: &str, path: &str) -> Result<(), Box<dyn std::error:
162162
Ok(())
163163
}
164164

165-
fn backup_mods(config: Config) -> Result<(), Box<dyn std::error::Error>> {
165+
fn backup_mods(config: Config) -> Result<(), Box<dyn std::error::Error>> { //ToDo make it make subfolders with the date and time ran to have multiple backups.
166166
if !config.backup_mods {
167167
return Ok(());
168168
} else {

0 commit comments

Comments
 (0)