Skip to content
Snippets Groups Projects
Commit d40b58cf authored by nfontrod's avatar nfontrod
Browse files

src/checkout.rs: update an error message

parent 1d0a6797
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ pub fn prepare_checkout() { ...@@ -102,7 +102,7 @@ pub fn prepare_checkout() {
let res = is_diff(&commit_id, &tmp_name, &borg_path); let res = is_diff(&commit_id, &tmp_name, &borg_path);
commit::delete_commit(&tmp_name, &borg_path); commit::delete_commit(&tmp_name, &borg_path);
if res { if res {
eprintln!("Your results folder contains unsaved changes!\nPlease update your current commit with: gbl commit --update"); eprintln!("Your results folder contains unsaved changes!\nPlease update your current commit with: gblk commit --update");
exit(4); exit(4);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment