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 pantheon site URL output in logs #39

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

Conversation

incredimike
Copy link

@incredimike incredimike commented Apr 24, 2024

This PR is a simple fix to logging output.

Currently, the site environment hostname output to console is incorrect. See example below:

$ terminus pc ucf-sdes.dev
[notice] Multiple Pancakes Applications were found: Sequel Pro, SequelAce, MySQL. Add --app to be specific on the app.
[notice] Opening dev-ucf-sdes.pantheon.io database in Sequel Pro.
$

The host should be: dev-ucf-sdes.pantheon.io. It's missing the string "site" in the output.

I also noticed around line 50 in PancakesCommand.php the same string .pantheon.io is used when creating some IDs, but but those IDs probably don't need to change(?) so I left it.

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.

1 participant