diff --git a/automation_tasks_rs/Cargo.toml b/automation_tasks_rs/Cargo.toml index 4d71543..d6cfc41 100644 --- a/automation_tasks_rs/Cargo.toml +++ b/automation_tasks_rs/Cargo.toml @@ -8,4 +8,4 @@ description = "Automation tasks coded in Rust language for the workflow of Rust publish = false [dependencies] -cargo_auto_lib = "1.4.8" \ No newline at end of file +cargo_auto_lib = "2.0.5" \ No newline at end of file diff --git a/src/github_mod.rs b/src/github_mod.rs index 616dc0b..872da7e 100644 --- a/src/github_mod.rs +++ b/src/github_mod.rs @@ -426,14 +426,14 @@ pub fn github_backup_bash_scripts(token: &str) { let mut pull_script = String::from(&format!( r#":: pull_all.cmd # pull_all_for_backup.sh -# run inside git-bash in windows in the folder /d\Dropbox\BestiaDev\github_backup_automation_tasks_rs\ +# run inside git-bash in windows in the folder /d/Dropbox/BestiaDev/github_backup_automation_tasks_rs/ # sh pull_all_for_backup.sh "# )); let mut push_script = String::from(&format!( r#"# push_all_for_backup.sh -# run inside git-bash in windows in the folder /d\Dropbox\BestiaDev\github_backup_automation_tasks_rs\ +# run inside git-bash in windows in the folder /d/Dropbox/BestiaDev/github_backup_automation_tasks_rs/ # sh push_all_for_backup.sh "#