Skip to content

Commit

Permalink
Merge pull request #2 from LeanKit-Labs/fix_typo
Browse files Browse the repository at this point in the history
Fix typo and revert version
  • Loading branch information
Chris Lee authored Oct 19, 2017
2 parents dd0cf93 + becbf72 commit 2e5d7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WazuhOSSec.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'WazuhOSSec.psm1'

# Version number of this module.
ModuleVersion = '1.0.1'
ModuleVersion = '1.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion WazuhOSSec.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class WazuhAgentInstall
try
{
Start-Process -NoNewWindow -ErrorAction stop -Filepath $AgentExePath -ArgumentList '/S'
Write-Verbos "Agent installation complete."
Write-Verbose "Agent installation complete."
}
catch
{
Expand Down

0 comments on commit 2e5d7cf

Please sign in to comment.