mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 09:43:08 +00:00
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:
parent
7784ed1b9e
commit
b801e603d3
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue