mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-16 00:02:27 +00:00
Inform user about git repo move
This commit is contained in:
parent
6861ec56e7
commit
ff405b5277
1 changed files with 3 additions and 1 deletions
|
@ -45,4 +45,6 @@ class Install:
|
|||
os.chdir(cwd)
|
||||
shutil.rmtree(dir_name)
|
||||
else:
|
||||
command.execute(f"mv {dir_name} home/")
|
||||
os.makedirs("download")
|
||||
command.execute(f"mv {dir_name} download/")
|
||||
Print.action(f"Your git repository was cloned into `download/{dir_name}`")
|
||||
|
|
Loading…
Add table
Reference in a new issue