Skip to content

Commit 737320c

Browse files
committed
Merge pull request #567 from tekmaven/fix-bootstrapoptions-format-bug
Fix Set-AzureVMChefExentsion -PublicConfiguration Exception
2 parents 910d7db + a503f90 commit 737320c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/SetAzureVMChefExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ private void SetPublicConfig()
246246
}
247247
else
248248
{
249-
this.PublicConfiguration = string.Format("{{{0},{1},{2},{3},{4}}",
249+
this.PublicConfiguration = string.Format("{{{0},{1},{2},{3},{4}}}",
250250
string.Format(AutoUpdateTemplate, AutoUpdateChefClient),
251251
string.Format(DeleteChefConfigTemplate, DeleteChefConfig),
252252
string.Format(ClientRbTemplate, ClientConfig),

0 commit comments

Comments
 (0)