summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index a7950069..191f02b2 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -349,7 +349,7 @@ to update the working directory files.
349 349
350 while True: 350 while True:
351 print() 351 print()
352 name = self._Prompt('Your Name', mp.UserName) 352 name = self._Prompt('Your Name', mp.UserName)
353 email = self._Prompt('Your Email', mp.UserEmail) 353 email = self._Prompt('Your Email', mp.UserEmail)
354 354
355 print() 355 print()