Skip to content

Commit b176db7

Browse files
fsackurFreddie Sackur
andauthored
Fixed casing in .psd1 to match Types.ps1xml filename (#203)
Co-authored-by: Freddie Sackur <[email protected]>
1 parent 4d771ce commit b176db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Selenium.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# RequiredModules = @()
7070

7171
#Type files (.ps1xml) to be loaded when importing this module
72-
TypesToProcess = @('types/Selenium.types.ps1xml')
72+
TypesToProcess = @('types/Selenium.Types.ps1xml')
7373

7474
# Format files (.ps1xml) to be loaded when importing this module
7575
FormatsToProcess = @('formats/Selenium.format.ps1xml')

0 commit comments

Comments
 (0)