update_homebrew: fix single audit error

Found via `brew audit --strict --online dart`

Change-Id: Ib38873f51b169526bf10253422ddf79804930984
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136703
Auto-Submit: Kevin Moore <kevmoo@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Kevin Moore 2020-02-20 18:33:19 +00:00 committed by Alexander Thomas
parent 7784ed1b9e
commit b801e603d3

View file

@ -149,9 +149,10 @@ class Dart < Formula
EOS
end
def caveats; <<~EOS
Please note the path to the Dart SDK:
#{opt_libexec}
def caveats
<<~EOS
Please note the path to the Dart SDK:
#{opt_libexec}
EOS
end