mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix brew style
"Prefer double-quoted strings"
This commit is contained in:
parent
eca98d036c
commit
84505c714d
@ -165,7 +165,7 @@ module Homebrew
|
||||
<% unless @head %>
|
||||
url "#{@url}"
|
||||
<% unless @version.detected_from_url? %>
|
||||
version "#{@version.to_s.delete_prefix('v')}"
|
||||
version "#{@version.to_s.delete_prefix("v")}"
|
||||
<% end %>
|
||||
sha256 "#{@sha256}"
|
||||
<% end %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user