Skip to content

Commit

Permalink
examples: fixup phoenix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Jun 19, 2024
1 parent a35e90e commit efa8bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/phoenix/.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mix local.rebar --force
mix archive.install --force hex phx_new

if [ ! -d "hello" ]; then
yes | mix phx.new hello
echo y | mix phx.new --install hello
sed -i -e "s/hostname: \"localhost\"/socket_dir: System.get_env(\"PGHOST\")/" ./hello/config/dev.exs
fi

Expand Down

0 comments on commit efa8bc3

Please sign in to comment.