Fix indention

This commit is contained in:
David Heinemeier Hansson 2024-06-04 15:17:58 -07:00
parent 4bb6c816d0
commit 0c80a316ec

View File

@ -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