fix: show correct project name in ddev mutagen st, fixes #7969#7970
fix: show correct project name in ddev mutagen st, fixes #7969#7970
ddev mutagen st, fixes #7969#7970Conversation
|
Download the artifacts for this pull request:
See Testing a PR. |
3cbb736 to
7eba177
Compare
|
Rebased |
|
It didn't need a rebase, the change is in text output, not in the code. Somehow, the rebase removed this commit credit 3cbb736 |
|
Sorry, I knew it wouldn't pass all the tests without rebase. Don't know why it would lose credit, but know you'll fix! |
rfay
left a comment
There was a problem hiding this comment.
This is great, thanks.
I tested with touch web/junk.php && chmod 000 web/junk.php
I tested with a project named d.11
Without this, the incorrect info was given:
Starting Mutagen sync process....
Mutagen sync completed with problems in 3s.
For details on sync status 'ddev mutagen st d11 -l'
With this, the correct info was given.
I note that there are other minor problems with the dot removal to pacify docker-compose. (Not saying it's worth looking at.)
ddev stop --unlist d11 stops the project d.11 but does not unlist it :) It successfully unlists d11
The Issue
ddev mutagen stgives an incorrect info command #7969How This PR Solves The Issue
Fixes it.
Manual Testing Instructions
Before:
After:
Automated Testing Overview
Release/Deployment Notes