File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function Read-ChocoSetting {
66
77 begin
88 {
9- $chocoSettingPath = " $PSScriptRoot /.."
9+ $chocoSettingPath = " $PSScriptRoot /../github2chocoSetting.json "
1010 Write-Verbose " the github2choco setting path is: $ ( [System.IO.Path ]::GetFullPath($chocoSettingPath )) "
1111 }
1212
@@ -40,7 +40,7 @@ function Save-ChocoSetting {
4040
4141 begin
4242 {
43- $chocoSettingPath = " $PSScriptRoot /.."
43+ $chocoSettingPath = " $PSScriptRoot /../github2chocoSetting.json "
4444 Write-Verbose " the github2choco setting path is: $ ( [System.IO.Path ]::GetFullPath($chocoSettingPath )) "
4545 }
4646
@@ -64,7 +64,7 @@ function New-ChocoSetting {
6464
6565 begin
6666 {
67- $chocoSettingPath = " $PSScriptRoot /.."
67+ $chocoSettingPath = " $PSScriptRoot /../github2chocoSetting.json "
6868 Write-Verbose " the github2choco setting path is: $ ( [System.IO.Path ]::GetFullPath($chocoSettingPath )) "
6969 }
7070
You can’t perform that action at this time.
0 commit comments