From a7e81c8ea0ac63d66dc05ea37bdaa6ee9b5cacb4 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 11 Nov 2019 20:12:31 +0000 Subject: [PATCH] remove extra space Signed-off-by: Adam Warner --- automated install/basic-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 535fec2d..f00f7689 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -378,9 +378,9 @@ fi is_repo() { # Use a named, local variable instead of the vague $1, which is the first argument passed to this function # These local variables should always be lowercase - local directory="${1}" + local directory="${1}" # A variable to store the return code - local rc + local rc # If the first argument passed to this function is a directory, if [[ -d "${directory}" ]]; then # move into the directory