Fix indention
This commit is contained in:
		@@ -3,10 +3,9 @@
 | 
				
			|||||||
source $OMAKUB_PATH/ascii.sh
 | 
					source $OMAKUB_PATH/ascii.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ $# -eq 0 ]; then
 | 
					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
 | 
					else
 | 
				
			||||||
  SUB=$1
 | 
						SUB=$1
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
[ -n "$SUB" ] && source $OMAKUB_PATH/bin/omakub-$SUB
 | 
					[ -n "$SUB" ] && source $OMAKUB_PATH/bin/omakub-$SUB
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user