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 for #1760: influx doesn't create $HOME/.influx_history #1836

Merged
merged 1 commit into from
Mar 3, 2015
Merged

Fix for #1760: influx doesn't create $HOME/.influx_history #1836

merged 1 commit into from
Mar 3, 2015

Conversation

hawson
Copy link

@hawson hawson commented Mar 3, 2015

This patch should address #1760. It will create the history file, and append each new command after it's been parsed.

Testing:

  • with no history file: a new one is properly created, and commands appended.
  • with existing history file: old commands are properly read, and new commands properly appended.

@otoolep
Copy link
Contributor

otoolep commented Mar 3, 2015

Thanks @hawson

otoolep added a commit that referenced this pull request Mar 3, 2015
Fix for #1760:  influx doesn't create $HOME/.influx_history
@otoolep otoolep merged commit adee51c into influxdata:master Mar 3, 2015
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.

None yet

2 participants