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 Lhm.cleanup command in README.md #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

darellkoh
Copy link

@darellkoh darellkoh commented Jun 14, 2019

Issue

While running the Lhm.cleanup command, I realized that the instructions and examples in the README stated the first argument as :run (see below) instead of a boolean as reflected in the source code.

Lhm.cleanup(:run)

Fix

I modified the first argument in the Lhm.cleanup README.md instructions and examples to reflect the intended boolean usage in the source code:

Lhm.cleanup(true)

Rails

Lhm.cleanup(true, until: 1.day.ago)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant