We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 655bb47 + 1a12eea commit 233bed5Copy full SHA for 233bed5
doctor.sh
@@ -845,7 +845,7 @@ run_setup() {
845
846
# Create local config from template
847
echo -e "${BLUE}📁 Creating local configuration file...${NC}"
848
- TEMPLATE_CONFIG="$REPO_ROOT/Config/ai-config.local.env.example"
+ TEMPLATE_CONFIG="$REPO_ROOT/Config/ai-config.local.env.template"
849
850
if [ ! -f "$TEMPLATE_CONFIG" ]; then
851
echo -e "${RED}❌ Example configuration file not found: $TEMPLATE_CONFIG${NC}"
0 commit comments