Minor changes.

This commit is contained in:
David Newhall II 2019-07-07 20:12:23 -07:00
parent 74935284c7
commit 3abe5317f3
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -10,7 +10,7 @@
/unifi-poller.*.macos
/unifi-poller.*.linux
/unifi-poller.rb
checksums.sha256.txt
*.sha256
/vendor
.DS_Store
*~

View File

@ -12,7 +12,7 @@ git config --global user.name "unifi-auto-releaser"
git clone git@github.com:golift/homebrew-mugs.git
cp unifi-poller.rb homebrew-mugs/Formula
pushd homebrew-mugs
git commit -m "Update unifi-poller on Release: ${VERSION}" Formula/unifi-poller.rb
pushd homebrew-mugs/Formula
git commit -m "Update unifi-poller on Release: ${VERSION}" unifi-poller.rb
git push
popd