Inform user about git repo move

This commit is contained in:
ItsDrike 2020-10-23 01:51:26 +02:00
parent 6861ec56e7
commit ff405b5277
No known key found for this signature in database
GPG key ID: F4E8FF4F6AC7F3B4

View file

@ -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}`")