hlashbrooke / WordPress-Plugin-Template

A robust code template for creating a standards-compliant WordPress plugin.
https://hughlashbrooke.com/
GNU General Public License v2.0
1.03k stars 329 forks source link

Update git clone in build-plugin.sh to use https #33

Closed loweryaustin closed 9 years ago

loweryaustin commented 9 years ago

While using build-plugin.sh I got an error message stating that I did not have permission to clone the repository. Users are not required to have a github account or have special permissions to clone the repo when using https, so I have updated the script to use https instead of ssh to make the script more compatible and accessible.