Skip to content

Commit 233bed5

Browse files
committed
Merge origin/main into maintenance-dotnet10-upgrade
Resolve merge conflicts keeping .NET 10 versions, null-safety fixes, and cleaned-up doctor.sh functions.
2 parents 655bb47 + 1a12eea commit 233bed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ run_setup() {
845845

846846
# Create local config from template
847847
echo -e "${BLUE}📁 Creating local configuration file...${NC}"
848-
TEMPLATE_CONFIG="$REPO_ROOT/Config/ai-config.local.env.example"
848+
TEMPLATE_CONFIG="$REPO_ROOT/Config/ai-config.local.env.template"
849849

850850
if [ ! -f "$TEMPLATE_CONFIG" ]; then
851851
echo -e "${RED}❌ Example configuration file not found: $TEMPLATE_CONFIG${NC}"

0 commit comments

Comments
 (0)