Minor changes.

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

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