Skip to content

Commit

Permalink
fix: unexpected end of statement while looking for matching double-quote
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Apr 27, 2024
1 parent 13b238e commit 0b6b951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN cd "ruby-$RUBY_VERSION" && \
make test OPTS=-v && \
make install

ENV PATH "${HOME}/.rubies/ruby-master/bin":$PATH"
ENV PATH "${HOME}/.rubies/ruby-master/bin":"$PATH"

# don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle
Expand Down

0 comments on commit 0b6b951

Please sign in to comment.