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

[fix] Add correct header name, fixes #499 #500

Merged
merged 2 commits into from
May 20, 2014
Merged

[fix] Add correct header name, fixes #499 #500

merged 2 commits into from
May 20, 2014

Conversation

julianduque
Copy link
Contributor

Header changed name and we weren't checking the right one, tests are failing due to stream error but deploy workflow is working as expected

@@ -372,7 +372,6 @@ jitsu.showError = function (command, err, shallow, skip) {
}
else if (~err.result.error.indexOf('npm exited')) {
jitsu.log.error(err.result.error);
jitsu.log.error("npm installation failed, please double check your package.json dependencies");
} else {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you might as well also remove else if (..) statement as it has the same content as the else.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)

@jcrugzz
Copy link
Member

jcrugzz commented May 20, 2014

LGTM

jcrugzz added a commit that referenced this pull request May 20, 2014
[fix] Add correct header name, fixes #499
@jcrugzz jcrugzz merged commit b72b55e into master May 20, 2014
@jcrugzz jcrugzz deleted the gh499 branch May 20, 2014 18:17
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.

3 participants