Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent 07ca725 commit cd9522b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function install() {
esac

cat $config_file
. "$config_file"
source $config_file
;;
"Phoenix")
mise exec -- mix local.hex --force
Expand Down
4 changes: 4 additions & 0 deletions test/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ serve:

echo "Debug: $$PATH"

PATH="~/.local/share/mise/shims:$$PATH"

echo "Debug: $$PATH"


# initdb -D ~/pgdata -U postgres
# pg_ctl start -D ~/pgdata
Expand Down

0 comments on commit cd9522b

Please sign in to comment.