Skip to content

Commit df7dc95

Browse files
committed
fix: brew post-install script
1 parent 21c060b commit df7dc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ brews:
150150
151151
# only create if it doesn't already exist
152152
conf_file = "#{etc}/vproxy.conf"
153-
if File.exist?(conf_file) then
153+
if !File.exist?(conf_file) then
154154
File.open(conf_file, "w") do |f|
155155
f.puts str.gsub(/^[\t ]+/, "")
156156
end

0 commit comments

Comments
 (0)