Skip to content

Commit

Permalink
update crucible-install.sh to properly call crucible commands through…
Browse files Browse the repository at this point in the history
… the formal entry point rather than bypassing it
  • Loading branch information
k-rister committed Oct 24, 2024
1 parent 2f4c236 commit cc30bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crucible-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,10 @@ if [ ${VERBOSE} == 1 ]; then
echo "Contents of git install log: '${GIT_INSTALL_LOG}'"
cat ${GIT_INSTALL_LOG}
echo
${INSTALL_PATH}/bin/repo info
${INSTALL_PATH}/bin/crucible repo info
if [ -e ${INSTALL_PATH}/bin/jqlib ]; then
echo
${INSTALL_PATH}/bin/repo config show
${INSTALL_PATH}/bin/crucible repo config show
fi
fi

Expand Down

0 comments on commit cc30bec

Please sign in to comment.