From 399642f9588a47b5555a7266566c9e0a3ee4135f Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 10 Oct 2022 19:37:05 +0530 Subject: [PATCH] Fix the broken linux developer console script --- scripts/developer_console.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/developer_console.sh b/scripts/developer_console.sh index 9cd84f49..d242d1f6 100644 --- a/scripts/developer_console.sh +++ b/scripts/developer_console.sh @@ -13,5 +13,5 @@ if [ "$0" == "bash" ]; then conda activate ./stable-diffusion/env else - bash --init-file open_dev_console.sh + bash --init-file developer_console.sh fi \ No newline at end of file