Skip to content

Commit

Permalink
Updated build script to make it more generalized. Renamed repo. Updat…
Browse files Browse the repository at this point in the history
…e image
  • Loading branch information
Martin Pugh committed May 22, 2019
1 parent f5d0ecb commit 0b20416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ $ModuleInformation = @{
ModuleVersion = $ENV:APPVEYOR_BUILD_VERSION
Company = "www.thesurlyadmin.com"
Description = "Active Directory Administration made easy, without the need for RSAT"
ProjectURI = "https://github.com/martin9700/Get-SAUser"
LicenseURI = "https://github.com/martin9700/Get-SAUser/blob/master/LICENSE"
ProjectURI = "https://github.com/martin9700/$ModuleName"
LicenseURI = "https://github.com/martin9700/$ModuleName/blob/master/LICENSE"
PassThru = $true
}
Invoke-PSModuleBuild @ModuleInformation
Expand Down
Binary file modified media/Get-SAUser2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0b20416

Please sign in to comment.