We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c275d7e commit ff86a0eCopy full SHA for ff86a0e
1 file changed
.goreleaser-macos.yaml
@@ -42,7 +42,7 @@ brews:
42
bin.install "egressor"
43
pkgshare.install "config.yaml"
44
post_install: |
45
- egressor_dir = Pathname.new("#{ENV["HOME"]}/.egressor")
+ egressor_dir = Pathname.new("#{Dir.home}/.egressor")
46
egressor_dir.mkpath
47
config_dest = egressor_dir/"config.yaml"
48
unless config_dest.exist?
0 commit comments