Skip to content

Commit

Permalink
Merge pull request #14 from memoryz/patch-2
Browse files Browse the repository at this point in the history
Fix typo in readme.md
  • Loading branch information
elcooper committed Jul 18, 2016
2 parents 66d89d7 + b0ef285 commit 395710e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -65,7 +65,7 @@ Configuration dscDomainJoin
xWaitForADDomain WaitForDomain
{
DomainName = $somainName
DomainName = $domainName
DomainUserCredential= $domainCreds
RetryCount = $RetryCount
RetryIntervalSec = $RetryIntervalSec
Expand All @@ -83,4 +83,4 @@ Configuration dscDomainJoin
}
```
```

0 comments on commit 395710e

Please sign in to comment.