From 0c80a316eca4975b80e19515aaa20f1fb6ceb7d3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 4 Jun 2024 15:17:58 -0700 Subject: [PATCH] Fix indention --- bin/omakub | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/omakub b/bin/omakub index b43babf..add74a3 100755 --- a/bin/omakub +++ b/bin/omakub @@ -3,10 +3,9 @@ source $OMAKUB_PATH/ascii.sh if [ $# -eq 0 ]; then - SUB=$(gum choose "Help" "Theme" "Font" "Install" --height 7 --header "" | tr '[:upper:]' '[:lower:]') + SUB=$(gum choose "Help" "Theme" "Font" "Install" --height 7 --header "" | tr '[:upper:]' '[:lower:]') else - SUB=$1 + SUB=$1 fi - [ -n "$SUB" ] && source $OMAKUB_PATH/bin/omakub-$SUB