From 4eb908022aeedbcae25a98a4bfd26e457a858675 Mon Sep 17 00:00:00 2001 From: jtcmedia Date: Wed, 19 Oct 2016 01:17:34 -0700 Subject: [PATCH] fix spelling AU-Packages --- update_all.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_all.ps1 b/update_all.ps1 index ad6a4ff..4cbcf5e 100644 --- a/update_all.ps1 +++ b/update_all.ps1 @@ -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 = @{