From 412b31cb70777f2ddde1612d7dc53b80d9059e69 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Sat, 16 Oct 2021 22:41:42 -0700 Subject: [PATCH] Align indentation. --- validate_pkgs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/validate_pkgs.sh b/validate_pkgs.sh index 138f249..3d48369 100755 --- a/validate_pkgs.sh +++ b/validate_pkgs.sh @@ -10,10 +10,10 @@ echo -n "* Validating action arguments... "; echo $version | grep -o " " > /dev/null if [ $? -eq 0 ]; then - echo "aborted." - echo "* Version value '$version' cannot contain spaces." >&2 - exit 1 - fi + echo "aborted." + echo "* Version value '$version' cannot contain spaces." >&2 + exit 1 +fi if [ "$packages" == "" ]; then echo "aborted."