[PR] #151 from oluceps: typo-fix

This commit is contained in:
Azalea 2023-07-15 15:27:07 -04:00 committed by GitHub
commit 2f753325ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -252,7 +252,7 @@ def ensure_git_bash() -> Path:
# No installation found, download a portable installation # No installation found, download a portable installation
print('Git installation not found. Git is required to use HyFetch/neofetch on Windows') print('Git installation not found. Git is required to use HyFetch/neofetch on Windows')
if literal_input('Would you like to install a minimal package for Git? (if no is selected colors almost certianly won\'t work)', ['yes', 'no'], 'yes', False) == 'yes': if literal_input('Would you like to install a minimal package for Git? (if no is selected colors almost certainly won\'t work)', ['yes', 'no'], 'yes', False) == 'yes':
print('Downloading a minimal portable package for Git...') print('Downloading a minimal portable package for Git...')
from urllib.request import urlretrieve from urllib.request import urlretrieve
urlretrieve(MINGIT_URL, pkg_path) urlretrieve(MINGIT_URL, pkg_path)