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] gu - check for apm before saving .atom #19

Merged
merged 1 commit into from
Nov 3, 2020
Merged

Conversation

JBallin
Copy link
Owner

@JBallin JBallin commented Nov 3, 2020

Fix bug where user previously installed Atom, which created ~/.atom, but then uninstalled Atom - which leaves ~/.atom behind.

  • The script shows an error that apm command doesn't exist, so it should check to make sure the command exists.
  • The script should still check for .atom given that the script also relies on that folder being present.

Fix bug where user previously installed Atom, which created `~/.atom`, but then uninstalled Atom - which leaves `~/.atom` behind.
The script shows an error that `apm` command doesn't exist, so it should check to make sure the command exists.
The script should still check for `.atom` given that the script also relies on that folder being present.
@JBallin JBallin merged commit a454dae into master Nov 3, 2020
@JBallin JBallin deleted the gu-apm-bug branch November 3, 2020 16:53
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

1 participant