diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2022-01-03 11:22:32 -0500 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2022-01-03 11:22:32 -0500 |
commit | 1fcda818cb15f3f07dc5796f4a0ea6dccd10f95d (patch) | |
tree | 0fd7df9ce0144b2b18abaf2ccc5b19b9e7587fd6 | |
parent | de7ccf2a4313398fb29133ad78c5547805233666 (diff) |
Fix indentation.
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |