Skip to content

Commit 9344687

Browse files
committed
installer: fix indentation in invoke.sh template (tabs -> spaces)
1 parent cf534d7 commit 9344687

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

installer/templates/invoke.sh.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,20 @@ if [ "$0" != "bash" ]; then
6767
;;
6868
7)
6969
invokeai-configure --root ${INVOKEAI_ROOT} --yes --default_only
70-
;;
71-
8)
72-
echo "Developer Console:"
70+
;;
71+
8)
72+
echo "Developer Console:"
7373
file_name=$(basename "${BASH_SOURCE[0]}")
7474
bash --init-file "$file_name"
7575
;;
7676
9)
77-
echo "Update:"
77+
echo "Update:"
7878
invokeai-update
7979
;;
8080
10)
8181
invokeai --help
8282
;;
83-
[qQ])
83+
[qQ])
8484
exit 0
8585
;;
8686
*)

0 commit comments

Comments
 (0)