mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Fix go-root.ps1
This commit is contained in:
@ -10,7 +10,7 @@ try {
|
||||
if ($IsLinux) {
|
||||
$TargetDir = resolve-path "/"
|
||||
} else {
|
||||
$TargetDir = resolve-path "C:"
|
||||
$TargetDir = resolve-path "C:/"
|
||||
}
|
||||
set-location "$TargetDir"
|
||||
"📂$TargetDir"
|
||||
|
Reference in New Issue
Block a user