Skip to content

Commit

Permalink
fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcdowell committed May 3, 2024
1 parent 1de0761 commit a8d0630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/b/battery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

url "https://github.com/actuallymentor/battery/releases/download/v#{version}/battery-#{version}-mac-arm64.dmg"
name "Battery"
desc "macOS app and CLI for managing the battery charging status"
desc "App and CLI for managing the battery charging status"
homepage "https://github.com/actuallymentor/battery/"

auto_updates true
Expand All @@ -13,8 +13,6 @@

app "battery.app"

caveats "The macOS app (battery) must be run at least once to complete installation of the CLI."

uninstall delete: "/usr/local/bin/smc"

zap trash: [
Expand All @@ -25,4 +23,6 @@
"~/Library/Preferences/org.mentor.Battery.plist",
"~/Library/Saved Application State/co.palokaj.battery.savedState",
]

caveats "The macOS app (battery) must be run at least once to complete installation of the CLI."
end

0 comments on commit a8d0630

Please sign in to comment.