Skip to content

Commit c90ff7c

Browse files
committed
fix typo
1 parent 416805d commit c90ff7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $filesForLinuxPackage = @(
8787
'RunCommandOnSet.dsc.resource.json',
8888
'runcommandonset',
8989
'sshdconfig.exe',
90-
'sshdconfig.dsc.resource.json',
90+
'sshdconfig.dsc.resource.json'
9191
)
9292

9393
$filesForMacPackage = @(
@@ -109,7 +109,7 @@ $filesForMacPackage = @(
109109
'RunCommandOnSet.dsc.resource.json',
110110
'runcommandonset',
111111
'sshdconfig.exe',
112-
'sshdconfig.dsc.resource.json',
112+
'sshdconfig.dsc.resource.json'
113113
)
114114

115115
# the list of files other than the binaries which need to be executable

0 commit comments

Comments
 (0)