Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Use gem command instead of bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodacious committed Nov 10, 2020
1 parent 10cf493 commit 637708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/detect
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd $BUILD_DIR

export PATH="$BUILD_DIR/vendor/bundle/bin:$PATH"

$BUILD_DIR/bin/bundle info boxt_documentation
$BUILD_DIR/bin/gem info boxt_documentation
# This pack is valid if the boxt_documentation gem is installed
if [ $? -eq 0 ]; then
echo "BOXT Documentation"
Expand Down

0 comments on commit 637708f

Please sign in to comment.