Unverified Commit d888706e authored by nimrod-up9's avatar nimrod-up9 Committed by GitHub
Browse files

Show that the default answer to analysis prompt is yes. (#144)

parent 1ef17542
Showing with 1 addition and 1 deletion
+1 -1
......@@ -85,7 +85,7 @@ Supported protocols are HTTP and gRPC.`,
if mizuTapOptions.Analysis {
mizu.Log.Infof(analysisMessageToConfirm)
if !uiUtils.AskForConfirmation("Would you like to proceed [y/n]: ") {
if !uiUtils.AskForConfirmation("Would you like to proceed [Y/n]: ") {
mizu.Log.Infof("You can always run mizu without analysis, aborting")
os.Exit(0)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment