Skip to content

Commit

Permalink
Fix: missing } :I
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgmsft committed May 9, 2018
1 parent a7a7170 commit 6bc13d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows/dsc/PrepareSQLServer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ configuration SQLServerPrepareDsc

}
TestScript = { return $false }
GetScript = { @{ Result = ("") }
GetScript = { @{ Result = ("") } }
DependsOn = "[SqlDatabase]Create_Database"
PsDscRunAsCredential = $DomainCreds
}
Expand Down
Binary file modified scripts/windows/dsc/PrepareSQLServer.ps1.zip
Binary file not shown.

0 comments on commit 6bc13d3

Please sign in to comment.