From 596ff877a4678f40c223c56bad1e827f1821ca00 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 10 Nov 2022 08:01:38 +0100 Subject: [PATCH] fix typo --- install-devruntime | 2 +- install-devruntime-completion | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-devruntime b/install-devruntime index 3610b18..507b29b 100755 --- a/install-devruntime +++ b/install-devruntime @@ -164,7 +164,7 @@ function main() { disableMotd exit 0 elif [[ "$i" == "codesetting" ]]; then - setCodeCettings + setCodeSettings exit 0 else sayE "Unknown parameter value given!($i)." diff --git a/install-devruntime-completion b/install-devruntime-completion index 48f328f..cb31d86 100644 --- a/install-devruntime-completion +++ b/install-devruntime-completion @@ -1,3 +1,3 @@ #!/bin/bash -complete -W "disablemotd dotnet golang nodejs powershell setcode -h" install-devruntime +complete -W "codesetting disablemotd dotnet golang nodejs powershell -h" install-devruntime