Skip to content

Commit ff86a0e

Browse files
authored
fix: brew installer to place config.yaml
1 parent c275d7e commit ff86a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ brews:
4242
bin.install "egressor"
4343
pkgshare.install "config.yaml"
4444
post_install: |
45-
egressor_dir = Pathname.new("#{ENV["HOME"]}/.egressor")
45+
egressor_dir = Pathname.new("#{Dir.home}/.egressor")
4646
egressor_dir.mkpath
4747
config_dest = egressor_dir/"config.yaml"
4848
unless config_dest.exist?

0 commit comments

Comments
 (0)