Skip to content

Commit 32ee4d1

Browse files
committedMar 5, 2025··
Update stderr display
1 parent a93392a commit 32ee4d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.goreleaser.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,6 @@ brews:
120120
bin.install "clace"
121121
post_install: |-
122122
unless File.exist?("#{etc}/clace.toml")
123-
system "#{opt_bin}/clace password > #{etc}/clace.toml"
123+
stderr = Utils.popen_read("#{opt_bin}/clace password 1>#{etc}/clace.toml 2>&1")
124+
puts stderr
124125
end

0 commit comments

Comments
 (0)
Please sign in to comment.