diff --git a/update_all.ps1 b/update_all.ps1 index b41ede7..7498b40 100644 --- a/update_all.ps1 +++ b/update_all.ps1 @@ -77,7 +77,7 @@ $Options = [ordered]@{ } RunInfo = @{ - Exclude = 'password', 'apikey', 'apitoken' #Option keys which contain those words will be removed + Exclude = 'password', 'apikey', 'apitoken', 'webhookurl' #Option keys which contain those words will be removed Path = "$PSScriptRoot\update_info.xml" #Path where to save the run info }