From 1fcda818cb15f3f07dc5796f4a0ea6dccd10f95d Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Mon, 3 Jan 2022 11:22:32 -0500 Subject: Fix indentation. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6396d3d..818deae 100755 --- a/install.sh +++ b/install.sh @@ -17,5 +17,5 @@ if [ "$1" != "" ]; then echo "Target directory does not exist. Did you mean to do \"./install.sh ../$1\"?" fi else - echo "Usage: install.sh PATH" + echo "Usage: install.sh PATH" fi -- cgit v1.2.3