Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #152 from devoncarew/devoncarew_opt_in_2
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
devoncarew committed Nov 18, 2014
2 parents 33d8fad + b3a5981 commit ea5a885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/cli_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class CliApp {
if (!analytics.hasSetOptIn) {
_out("Welcome to Stagehand! We collect anonymous usage statistics and crash reports in");
_out("order to improve the tool (http://goo.gl/6wsncI). Would you like to opt-in to");
io.stdout.write("additional analytics to help us improve Stagehand [y/yes/no]? ");
_out("additional analytics to help us improve Stagehand [y/yes/no]? ");
io.stdout.flush();
String response = io.stdin.readLineSync();
response = response.toLowerCase().trim();
Expand Down

0 comments on commit ea5a885

Please sign in to comment.