Skip to content

Commit 45fd711

Browse files
committed
Corrected another missing capitalized default.
1 parent 6a3fe0f commit 45fd711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initial_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
os.system('clear')
2121
print()
2222
print()
23-
install_ans = input("Are you ready to commit changes to the system? (y/n): ")
23+
install_ans = input("Are you ready to commit changes to the system? (y/N): ")
2424

2525
if(install_ans.lower() == 'y'):
2626
setup_lib.install_prereqs()

0 commit comments

Comments
 (0)