summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2022-01-03 11:22:32 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2022-01-03 11:22:32 -0500
commit1fcda818cb15f3f07dc5796f4a0ea6dccd10f95d (patch)
tree0fd7df9ce0144b2b18abaf2ccc5b19b9e7587fd6 /install.sh
parentde7ccf2a4313398fb29133ad78c5547805233666 (diff)
Fix indentation.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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