fixing flow

This commit is contained in:
2020-05-15 12:57:41 -05:00
parent 3b3236216b
commit d07f257136
2 changed files with 9 additions and 10 deletions

View File

@@ -387,15 +387,15 @@ move_to_storage(){
}
run() {
# titleblock
# check_ex
# prompt_continue
# clear
# repo_list_empty_check
# github_clone
# archive
# copy_archive
# cleanup
titleblock
check_ex
prompt_continue
clear
repo_list_empty_check
github_clone
archive
copy_archive
cleanup
finished_msg
move_to_storage
}