From e1c85e0814f0989278fdc5427cbb94c44a891da4 Mon Sep 17 00:00:00 2001 From: Dennis Gaida <2392217+DennisGaida@users.noreply.github.com> Date: Thu, 23 Jan 2020 12:32:22 +0100 Subject: [PATCH] Add gist_id_test to update_vars_default.ps1 As a new user it threw me off that $Env:gist_id_test isn't set in the file and there is no error message stating this. When e.g. using `test_all.ps1` `gist_id_test` is used instead of `gist_id` --- update_vars_default.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/update_vars_default.ps1 b/update_vars_default.ps1 index e395677..adbfcf7 100644 --- a/update_vars_default.ps1 +++ b/update_vars_default.ps1 @@ -9,6 +9,7 @@ $Env:mail_enablessl = 'true' $Env:api_key = '' #Chocolatey api key $Env:gist_id = '' #Specify your gist id or leave empty for anonymous gist +$Env:gist_id_test = '' #Specify your gist id for test runs or leave empty for anonymous gist $Env:github_user_repo = '' #{github_user}/{repo} $Env:github_api_key = '' #Github personal access token $Env:au_Push = 'false' #Push to chocolatey