Skip to content

Commit

Permalink
2024-03-29
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia.dev committed Mar 29, 2024
1 parent effe9b6 commit 65670fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automation_tasks_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
cargo_auto_lib = "2.0.5"
4 changes: 2 additions & 2 deletions src/github_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
"#
Expand Down

0 comments on commit 65670fe

Please sign in to comment.