Skip to content

Commit

Permalink
Update NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
vMarkusK committed Mar 11, 2020
1 parent 35be6a5 commit 4ee7e5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Task GenerateMarkdown -requiredVariables DefaultLocale, DocsRootDir, ModuleName,
}

# ErrorAction set to SilentlyContinue so this command will not overwrite an existing MD file.
[Threading.Thread]::CurrentThread.CurrentUICulture = 'en-US'; New-MarkdownHelp -Module $ModuleName -Locale $DefaultLocale -OutputFolder $DocsRootDir\$DefaultLocale `
[Threading.Thread]::CurrentThread.CurrentUICulture = 'en-US'; New-MarkdownHelp -Module $ModuleName -Locale $DefaultLocale -Force -OutputFolder $DocsRootDir\$DefaultLocale `
-WithModulePage:$false -ErrorAction SilentlyContinue -Verbose:$VerbosePreference > $null
}
finally {
Expand Down
2 changes: 1 addition & 1 deletion docs/en-US/New-VeeamNetappVolume.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## NOTES
File Name : New-VeeamNetappVolume.psm1
Author : Markus Kraus
Version : 1.0
Version : 0.1
State : Dev

## RELATED LINKS
Expand Down
2 changes: 1 addition & 1 deletion functions/New-VeeamNetappVolume.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function New-VeeamNetappVolume {
.NOTES
File Name : New-VeeamNetappVolume.psm1
Author : Markus Kraus
Version : 1.0
Version : 0.1
State : Dev
.LINK
Expand Down

0 comments on commit 4ee7e5e

Please sign in to comment.