Skip to content

Commit

Permalink
Fixed typo in sudo hint message
Browse files Browse the repository at this point in the history
  • Loading branch information
swissbuechi committed Oct 31, 2023
1 parent b39658d commit 59edcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autoupdate/start.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def start(interval:, args:)
if ENV["SUDO_ASKPASS"].nil? && !args.sudo?
opoo <<~EOS
Please note if you use Casks that require `sudo` to upgrade,
you need to use `--sudo` or defining a custom `SUDO_ASKPASS`
you need to use `--sudo` or define a custom `SUDO_ASKPASS`
environment variable.
EOS
Expand Down

0 comments on commit 59edcb0

Please sign in to comment.