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 7aa744c commit 5c47c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function install() {
;;
esac

mise doctor
source $config_file >/dev/null 2>&1
;;
"Phoenix")
mise exec -- mix local.hex --force
Expand Down
4 changes: 2 additions & 2 deletions test/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ serve:
rm -f .mise.toml
rm -f .tool-versions

@if [[ "$$SHELL" == *"bash"* ]]; then \
eval "$$(mise env -s bash)" \
if [[ "$$SHELL" == *"bash"* ]]; then \
eval "$$(mise env -s bash)"; \
elif [[ "$$SHELL" == *"zsh"* ]]; then \
eval "$$(mise env -s zsh)"; \
fi
Expand Down

0 comments on commit 5c47c85

Please sign in to comment.