mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Inform user about git repo move
This commit is contained in:
parent
6861ec56e7
commit
ff405b5277
|
@ -45,4 +45,6 @@ class Install:
|
||||||
os.chdir(cwd)
|
os.chdir(cwd)
|
||||||
shutil.rmtree(dir_name)
|
shutil.rmtree(dir_name)
|
||||||
else:
|
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…
Reference in a new issue