Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #48 from dlwyatt/New-DscSiteMetadataFix
Browse files Browse the repository at this point in the history
Fixed wrong variable name in New-DscSiteMetadata
  • Loading branch information
dlwyatt committed Aug 7, 2014
2 parents fcc2578 + 911cc00 commit e68fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tooling/DscConfiguration/New-DscNodeMetadata.ps1
Expand Up @@ -127,7 +127,7 @@ function New-DscSiteMetadata {
$SiteDataConfigurationPath = (join-path $script:ConfigurationDataPath 'SiteData')
}
process {
Out-ConfigurationDataFile -Parameters $psboundparameters -ConfigurationDataPath $ServicesConfigurationPath
Out-ConfigurationDataFile -Parameters $psboundparameters -ConfigurationDataPath $SiteDataConfigurationPath
}
}

Expand Down

0 comments on commit e68fd85

Please sign in to comment.