Merge pull request #1 from jtcmedia/master

fix spelling AU-Packages
This commit is contained in:
Miodrag Milić
2016-10-19 11:24:43 +02:00
committed by GitHub
+2 -2
View File
@@ -12,7 +12,7 @@ $Options = [ordered]@{
Report = @{
Type = 'markdown' #Report type: markdown or text
Path = "$PSScriptRoot\Update-AUPacakges.md" #Path where to save the report
Path = "$PSScriptRoot\Update-AUPackages.md" #Path where to save the report
Params= @{ #Report parameters:
Github_UserRepo = $Env:github_user_repo # Markdown: shows user info in upper right corner
NoAppVeyor = $false # Markdown: do not show AppVeyor build shield
@@ -23,7 +23,7 @@ $Options = [ordered]@{
Gist = @{
Id = $Env:gist_id #Your gist id or leave empty for anonymous
ApiKey = $Env:github_api_key #Your github api key
Path = "$PSScriptRoot\Update-AUPacakges.md" #List of files to add to gist
Path = "$PSScriptRoot\Update-AUPackages.md" #List of files to add to gist
}
#Git = @{