Skip to content

Commit

Permalink
Update bin/dev on Render
Browse files Browse the repository at this point in the history
Fixes issue #458
  • Loading branch information
krschacht authored Jul 14, 2024
1 parent df7218d commit b36b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
# Remove once #185 is fixed for overmind
# https://github.com/DarthSim/overmind/issues/185
RUBY_PLATFORM=$(ruby -e "puts Gem::Platform.local")
if [[ $RUBY_PLATFORM == aarch64-linux* ]]; then
if [[ "$RENDER" != "true" && $RUBY_PLATFORM == aarch64-linux* ]]; then

OVERMIND_DIR=$(ruby -e 'puts Gem::Specification.find_by_name("overmind").gem_dir')
OVERMIND_BIN=$(ruby -e 'puts Gem::bin_path("overmind", "overmind")')
Expand Down

0 comments on commit b36b6f0

Please sign in to comment.