miriamxyra/EventList

install.ps1 fails to install the module

Closed this issue · 2 comments

Missing reference to repository in URL for downloading EventList

Steps to reproduce the behavior:

  1. Download install.ps1
  2. Run install.ps1
  3. See error:
    Downloading repository from 'https://github.com//EventList/archive/master.zip'
    Installation of the module EventList failed!

Solution:
Update row 40 in install.ps1 to:
$BaseUrl = "https://github.com/miriamxyra/EventList"

PR is pending (it hadn't been updated from the template)

Thanks for reviewing, PR is merged