Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes #38

Merged
merged 2 commits into from
Mar 30, 2018
Merged

Bug fixes #38

merged 2 commits into from
Mar 30, 2018

Commits on Mar 30, 2018

  1. Bug fixes

    This fixes two issues:
    
    First, during demos I discovered that if the remote command failed but did so before chef was invoked, we could end up getting a stale chef stacktrace copied over. So now we delete the chef stacktrace after we copy it to the workstation - this prevents copying over an old, stale stacktrace and hindering bug troubleshooting.
    
    Second, we were trying to output some terminal information before initializing the terminal (in the scenario where a config file has not yet been created).
    tyler-ball authored and marcparadise committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    94a27b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81db244 View commit details
    Browse the repository at this point in the history