From 0ca56afd008b65e3e30ba0c15fb90b6ed44fb7f4 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 9 Aug 2021 11:40:04 +0200 Subject: [PATCH] typo --- fileserver-hdds-alles.ps1 | 2 +- laptop-ssd.ps1 | 2 +- nas_papa-hdds.ps1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fileserver-hdds-alles.ps1 b/fileserver-hdds-alles.ps1 index d1d9ed8..7218380 100644 --- a/fileserver-hdds-alles.ps1 +++ b/fileserver-hdds-alles.ps1 @@ -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 diff --git a/laptop-ssd.ps1 b/laptop-ssd.ps1 index 5bdf771..e82b7b1 100644 --- a/laptop-ssd.ps1 +++ b/laptop-ssd.ps1 @@ -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 diff --git a/nas_papa-hdds.ps1 b/nas_papa-hdds.ps1 index b3d4767..b50bdc2 100644 --- a/nas_papa-hdds.ps1 +++ b/nas_papa-hdds.ps1 @@ -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