Skip to content

Commit

Permalink
AU: 1 updated - filebeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 16, 2017
1 parent df91ac9 commit 702659e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/filebeat/filebeat.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>filebeat</id>
<version>5.1.1</version>
<version>5.1.2</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/filebeat</packageSourceUrl>
<owners>palethorper</owners>
<title>filebeat</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/filebeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop';
$ErrorActionPreference = 'Stop';

$packageName= 'filebeat'

Expand Down
2 changes: 1 addition & 1 deletion automatic/filebeat/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$packageName= 'filebeat'
$packageName= 'filebeat'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$nupkgFile = Get-Content $(Join-Path $toolsDir "..\*.nupkg")
Expand Down

0 comments on commit 702659e

Please sign in to comment.