You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/05/08 17:36:16 UTC

[GitHub] [cordova-coho] janpio opened a new issue #239: `audit-license-headers -g` is broken

janpio opened a new issue #239: `audit-license-headers -g` is broken
URL: https://github.com/apache/cordova-coho/issues/239
 
 
   When working in a working directory not next to cordova-coho and using the `-g` flag, the `audit-license-headers` seems broken as it expects `cordova-coho` to contain the RAT tool:
   
   ```
   coho repo-clone -r plugins -g
   coho audit-license-headers -r plugins -g
   ```
   
   Gives:
   ```
   Repo directory does not exist: cordova-coho. First run coho repo-clone.
   ```
   
   
   Code:
   https://github.com/apache/cordova-coho/blob/c28d2f8d8f488e933e295a7a2bd514f0551d010c/src/audit-license-headers.js#L89-L91
   
   ---
   
   Workaround:
   Run `coho repo-clone -r cordova-coho -g` first.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org