From dc83baea12730dc9f809e4b41519c52de9373818 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 1 Jan 2021 22:44:21 +0100 Subject: [PATCH] Remove tab --- installer/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer b/installer/installer index 821e8a0..936c2e2 100755 --- a/installer/installer +++ b/installer/installer @@ -5,7 +5,7 @@ ABRA_SRC="https://git.autonomic.zone/coop-cloud/abra/raw/tag/$ABRA_VERSION/abra" function install_abra { mkdir -p "$HOME/.local/bin" - curl "$ABRA_SRC" > "$HOME/.local/bin/abra" + curl "$ABRA_SRC" > "$HOME/.local/bin/abra" chmod +x "$HOME/.local/bin/abra" echo "abra installed to $HOME/.loca/bin/abra" }