Hi, trying this out for the first time. I'm on a mac and using the latest phar. From my module directory, if I type
I get Project not found. So presumably, it's not that it got nothing/null by trying to get the project name from git, but rather that it got a blank space 🤔
If I type
git config --get remote.origin.url
in the same directory, it returns git@git.drupal.org:project/json_form_widget.git. Also, this works fine:
drupalorg project:issues json_form_widget
Any idea what's up here? Thanks
Hi, trying this out for the first time. I'm on a mac and using the latest phar. From my module directory, if I type
I get
Project not found.So presumably, it's not that it got nothing/null by trying to get the project name from git, but rather that it got a blank space 🤔If I type
in the same directory, it returns
git@git.drupal.org:project/json_form_widget.git. Also, this works fine:Any idea what's up here? Thanks