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

Conversation

tyler-ball
Copy link
Contributor

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
Copy link
Contributor Author

Got approval from @tduffield that we can merge this despite the expeditor 'failure'

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants