We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0ade1 commit 827aa4cCopy full SHA for 827aa4c
src/Commands/Behaviours/GetProjectFromInput.php
@@ -24,7 +24,7 @@ trait GetProjectFromInput
24
protected function getProjectFrom(InputInterface $input): Project
25
{
26
if (null === $name = $input->getArgument('project')) {
27
- $name = $this->tools()->choose('Which project do you want to switch to?', $this->config->projects()->names());
+ $name = $this->tools()->choose('Which project do you want to work with?', $this->config->projects()->names());
28
}
29
30
if (null === $project = $this->config->projects()->get($name)) {
0 commit comments