Skip to content

Commit ee26882

Browse files
committed
Fixed JSON
1 parent 47a05f2 commit ee26882

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

17/umbraco-cms/fundamentals/setup/install/unattended-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The unattended installs feature is disabled by default. In order to enable it, y
6666
"UnattendedUserName": "FRIENDLY_NAME",
6767
"UnattendedUserEmail": "EMAIL",
6868
"UnattendedUserPassword": "PASSWORD",
69-
"UnattendedTelemetryLevel: "Detailed"
69+
"UnattendedTelemetryLevel": "Detailed"
7070
}
7171
}
7272
}
@@ -127,7 +127,7 @@ Having intellisense will help you to add your connection string and information
127127
"UnattendedUserName": "FRIENDLY_NAME",
128128
"UnattendedUserEmail": "EMAIL",
129129
"UnattendedUserPassword": "PASSWORD",
130-
"UnattendedTelemetryLevel: "Detailed"
130+
"UnattendedTelemetryLevel": "Detailed"
131131
}
132132
}
133133
}

17/umbraco-cms/reference/configuration/unattendedsettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It's important to know that the install feature will only work if there is a con
2424
"UnattendedUserName": "A.N. Other",
2525
"UnattendedUserEmail": "[email protected]",
2626
"UnattendedUserPassword": "APasswordMeetingRequirements",
27-
"UnattendedTelemetryLevel: "Detailed"
27+
"UnattendedTelemetryLevel": "Detailed"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)