Skip to content

Commit 6824d85

Browse files
charlesbihisSean Wheeler
authored and
Sean Wheeler
committed
Actually call the configuration in the example (#1906)
On line 74, it says... "The last line of the example containing only the name of the configuration, calls the configuration." This change actually makes that call.
1 parent c715ab2 commit 6824d85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dsc/configurations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Configuration MyDscConfiguration {
2626
Name = "Bitlocker"
2727
}
2828
}
29-
}
29+
}
30+
MyDscConfiguration
3031
3132
```
3233

@@ -60,6 +61,7 @@ Configuration MyDscConfiguration {
6061
}
6162
}
6263
}
64+
MyDscConfiguration
6365
6466
```
6567

0 commit comments

Comments
 (0)