From f3a4cd4c23e8b719a842629cbe7ea0f8202ca12e Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Sun, 25 Sep 2016 10:03:32 +0200 Subject: [PATCH] small fixes --- update_all.ps1 | 5 ++--- update_vars_default.ps1 | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/update_all.ps1 b/update_all.ps1 index f09a03e..0410ec7 100644 --- a/update_all.ps1 +++ b/update_all.ps1 @@ -1,5 +1,4 @@ -# AU template: https://raw.githubusercontent.com/majkinetor/au/master/update_all_default.ps1 -# env vars: https://raw.githubusercontent.com/majkinetor/au/master/update_vars_default.ps1 +# AU Packages Template: https://github.com/majkinetor/au-packages-template param($Name = $null) @@ -52,7 +51,7 @@ $Options = [ordered]@{ } else {} } -$global:au_NoPlugins = $fasle #Quickly enable or disable plugins here +$global:au_NoPlugins = $false #Quickly enable or disable plugins here $global:au_Root = "$PSScriptRoot" #Path to the AU packages $info = updateall -Name $Name -Options $Options diff --git a/update_vars_default.ps1 b/update_vars_default.ps1 index 095783f..9573f26 100644 --- a/update_vars_default.ps1 +++ b/update_vars_default.ps1 @@ -1,5 +1,4 @@ -# AU template: https://raw.githubusercontent.com/majkinetor/au/master/update_all_default.ps1 -# env vars: https://raw.githubusercontent.com/majkinetor/au/master/update_vars_default.ps1 +# AU Packages Template: https://github.com/majkinetor/au-packages-template $Env:mail_user = '' $Env:mail_pass = ''