Minor changes.
This commit is contained in:
parent
74935284c7
commit
3abe5317f3
|
|
@ -10,7 +10,7 @@
|
||||||
/unifi-poller.*.macos
|
/unifi-poller.*.macos
|
||||||
/unifi-poller.*.linux
|
/unifi-poller.*.linux
|
||||||
/unifi-poller.rb
|
/unifi-poller.rb
|
||||||
checksums.sha256.txt
|
*.sha256
|
||||||
/vendor
|
/vendor
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*~
|
*~
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ git config --global user.name "unifi-auto-releaser"
|
||||||
git clone git@github.com:golift/homebrew-mugs.git
|
git clone git@github.com:golift/homebrew-mugs.git
|
||||||
|
|
||||||
cp unifi-poller.rb homebrew-mugs/Formula
|
cp unifi-poller.rb homebrew-mugs/Formula
|
||||||
pushd homebrew-mugs
|
pushd homebrew-mugs/Formula
|
||||||
git commit -m "Update unifi-poller on Release: ${VERSION}" Formula/unifi-poller.rb
|
git commit -m "Update unifi-poller on Release: ${VERSION}" unifi-poller.rb
|
||||||
git push
|
git push
|
||||||
popd
|
popd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue