Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Mar 2, 2022
1 parent 2accbf5 commit 6e26cf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ gen/
**/wix.dynamic.json
stanza-plugins/
**/plugins
**/.kitchen
**/.kitchen
2 changes: 1 addition & 1 deletion build/package/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ pipeline:
# type: elastic_output
# addresses:
# - http://my_node_address:9200
# api_key: my_api_key
# api_key: my_api_key
2 changes: 1 addition & 1 deletion build/post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if [ ! -f ./artifacts/windows-install.ps1 ]; then
cp ./scripts/windows-install.ps1 ./artifacts/windows-install.ps1
fi

tar -xf ./artifacts/stanza-plugins.tar.gz -C ./artifacts
tar -xf ./artifacts/stanza-plugins.tar.gz -C ./artifacts

0 comments on commit 6e26cf8

Please sign in to comment.