install: comment

This commit is contained in:
Simon Michael 2018-03-09 02:27:43 +00:00
parent 06fc4d29e5
commit efab3445d0

View File

@ -928,6 +928,8 @@ if [[ $(cmd_version hledger-api) < $HLEDGER_API_VERSION ]]; then
try_install hledger-api-$HLEDGER_API_VERSION hledger-$HLEDGER_VERSION hledger-lib-$HLEDGER_LIB_VERSION
echo
fi
# Third-party addons. We allow these to use an older version of
# hledger-lib, in case their bounds have not been updated yet.
if [[ $(cmd_version hledger-diff) < $HLEDGER_DIFF_VERSION ]]; then
echo Installing hledger-diff
try_install hledger-diff-$HLEDGER_DIFF_VERSION #hledger-lib-$HLEDGER_LIB_VERSION