Skip to content

Commit

Permalink
format v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Jan 25, 2024
1 parent 00ee9be commit e1ebdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cd "${DIR}/bin" && rm -f !(octocatalog-diff)
set +e

echo 'Running bundler'
# get ruby version in format 2.1.0
RVERSION=$(ruby -v | awk '{ print $2 }')
# get ruby version in format 2.1.0 from example 2.1.0p000
RVERSION=$(ruby -v | awk '{ print $2 }' | sed 's/p.*//')
echo $RVERSION
cd "${DIR}" && \
rm -f Gemfile.lock && \
Expand Down

0 comments on commit e1ebdef

Please sign in to comment.