Commit 60d308f 1 parent af26d86 commit 60d308f Copy full SHA for 60d308f
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased] ( https://github.com/ScoopInstaller/Scoop/compare/master...develop )
2
2
3
+ ### Bug Fixes
4
+
5
+ - ** scoop-prefix:** Fix typo that breaks global installed apps ([ #4795 ] ( https://github.com/ScoopInstaller/Scoop/issues/4795 ) )
6
+
3
7
### Code Refactoring
4
8
5
- - ** relpath:** Use ` $PSScriptRoot ` instead of ` relpath ` ([ #4793 ] ( https://github.com/ScoopInstaller/Scoop/issues/4793 )
9
+ - ** relpath:** Use ` $PSScriptRoot ` instead of ` relpath ` ([ #4793 ] ( https://github.com/ScoopInstaller/Scoop/issues/4793 ) )
6
10
7
11
## [ v0.1.0] ( https://github.com/ScoopInstaller/Scoop/compare/2021-12-26...v0.1.0 ) - 2022-03-01
8
12
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if (!$app) {
13
13
14
14
$app_path = currentdir $app $false
15
15
if (! (Test-Path $app_path )) {
16
- $app_path = currentdir $app $true
16
+ $app_path = currentdir $app $true
17
17
}
18
18
19
19
if (Test-Path $app_path ) {
You can’t perform that action at this time.
0 commit comments