Skip to content

Commit 7eed728

Browse files
ventureOptimismpsychedelicious
authored andcommitted
removing periods from update link to prevent page not found error
1 parent 47f0781 commit 7eed728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/templates/invoke.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ do_line_input() {
6868
printf "2: Open the developer console\n"
6969
printf "3: Command-line help\n"
7070
printf "Q: Quit\n\n"
71-
printf "To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest.\n\n"
71+
printf "To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest\n\n"
7272
read -p "Please enter 1-4, Q: [1] " yn
7373
choice=${yn:='1'}
7474
do_choice $choice

0 commit comments

Comments
 (0)