We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bee362 commit 8cf06e0Copy full SHA for 8cf06e0
1 file changed
rubygem/bin/ejson2env
@@ -4,6 +4,7 @@ platform = `uname -sm`
4
dir = case platform
5
when /^Darwin/ ; "darwin-amd64"
6
when /^Linux.*64/ ; "linux-amd64"
7
+ when /^FreeBSD.*64/ ; "freebsd-amd64"
8
else
9
abort "Ejson is not supported on your platform."
10
end
0 commit comments