mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 20:06:07 +08:00
fix e-mail signup bug: if you run setup in non-interactive mode, the e-mail *should* be set to '' and you shouldn't get more prompts
This commit is contained in:
@@ -440,6 +440,7 @@ def configure(config_file=CONFIG_PATH, force=False, interactive=True, set_migrat
|
||||
blockstack_opts['email'] = email_opts['email']
|
||||
|
||||
else:
|
||||
num_blockstack_opts_prompted += 1
|
||||
blockstack_opts['email'] = ''
|
||||
|
||||
# get client UUID for analytics
|
||||
|
||||
Reference in New Issue
Block a user