haghish / github

a module for building, searching, installing, managing, and mining Stata packages from GitHub
http://haghish.github.io/github/
100 stars 41 forks source link

Fix install problem #19

Closed bquistorff closed 2 years ago

bquistorff commented 2 years ago

ee1a8a36 created this line in github.pkg

https://github.com/haghish/github/blob/ee1a8a3687f35b127465bc643ab6f56704d814e2/github.pkg#L37

Having two files on one line causes the following error in Stata during install


. net install github, from("https://haghish.github.io/github/")
checking github consistency and verifying not already installed...
server refused to send file
could not copy https://haghish.github.io/github/wdpermissions.ado gitget.ado
(no action taken)
r(672);

The files should be separate

haghish commented 2 years ago

Thank you. This file was generated automatically and probably i made a mistake today when i added wdpermission to the "make.do".