typo
This commit is contained in:
parent
75b252f388
commit
0ca56afd00
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Funktion: speichert den aktuellen PFad(vgl. pwd) in Get-ScriptDirectory
|
||||
# Funktion: speichert den aktuellen Pfad(vgl. pwd) in Get-ScriptDirectory
|
||||
function Get-ScriptDirectory {
|
||||
$Invocation = (Get-Variable MyInvocation -Scope 1).Value
|
||||
Split-Path $Invocation.MyCommand.Path
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Funktion: speichert den aktuellen PFad(vgl. pwd) in Get-ScriptDirectory
|
||||
# Funktion: speichert den aktuellen Pfad(vgl. pwd) in Get-ScriptDirectory
|
||||
function Get-ScriptDirectory {
|
||||
$Invocation = (Get-Variable MyInvocation -Scope 1).Value
|
||||
Split-Path $Invocation.MyCommand.Path
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Funktion: speichert den aktuellen PFad(vgl. pwd) in Get-ScriptDirectory
|
||||
# Funktion: speichert den aktuellen Pfad(vgl. pwd) in Get-ScriptDirectory
|
||||
function Get-ScriptDirectory {
|
||||
$Invocation = (Get-Variable MyInvocation -Scope 1).Value
|
||||
Split-Path $Invocation.MyCommand.Path
|
||||
|
|
Loading…
Reference in a new issue