Minor changes.
This commit is contained in:
parent
74935284c7
commit
3abe5317f3
|
|
@ -10,7 +10,7 @@
|
|||
/unifi-poller.*.macos
|
||||
/unifi-poller.*.linux
|
||||
/unifi-poller.rb
|
||||
checksums.sha256.txt
|
||||
*.sha256
|
||||
/vendor
|
||||
.DS_Store
|
||||
*~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue