-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It is not possible to easily clone this repository in my extensions folder since it has one extra level of directories.
Ideally I should do:
$ cd <civicrm_extensions_directory>
$ git clone https://github.com/vivekarora/braintree.git
But this is not possible as:
1- this creates a 'braintree' directory that is not needed
2- I would need to do: cp braintree/com.paymentprocessor.braintree . so the extension is operational in CiviCRM. But then I would lose the ability to git pull on the extension files
So I suggest:
- renaming the git repository to com.paymentprocessor.braintree
- bringing the content of the 'com.paymentprocessor.braintree' directory one level up in the repository so all files are at the root of the repository.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels