-
Notifications
You must be signed in to change notification settings - Fork 250
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
Update homebrew support #294
Update homebrew support #294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick refactor and then all good.
shallow_backup/backup.py
Outdated
ret = run_cmd(command) | ||
if not ret: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ret = run_cmd(command) | |
if not ret: | |
if not run_cmd(command): |
Good to go after this change. |
Is this still ongoing? And if not, what needs to be done? I am not a python dev, but I would love for this to fix the brew integration. |
This addresses #218.