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: improved error message to provide correct command #32

Closed
wants to merge 1 commit into from

Conversation

babasahi
Copy link

Description

Closes #31
Changed error message to include the appropriate command to use if an existing shorebird installation was detected.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@eseidel
Copy link
Contributor

eseidel commented May 23, 2024

I think my only question is if this message is going to go stale (are we going to end up changing the way we invoke this) and if so, should it be held in a constant variable instead of a string 🤷 Regardless, I defer to @bryanoltman here who wrote most of our installers I think.

@bryanoltman
Copy link
Contributor

I think I would prefer to update the script to overwrite the existing installation. I can't imagine a case where someone is trying to run this script but has an installation they want to preserve.

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.

feat: error message in not clear when existing shorebird installation is detected
3 participants