diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index 6570f4ea3..4216012fe 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -854,7 +854,7 @@ print_cmd_version() { # Show the current installation status of the hledger packages. print_installed_versions() { - for cmd in $HLEDGER_MAIN_TOOLS $HLEDGER_OTHER_TOOLS $HLEDGER_INSTALL_TOOL ; do print_cmd_version "$cmd"; done + for cmd in $HLEDGER_MAIN_TOOLS $HLEDGER_OTHER_TOOLS ; do print_cmd_version "$cmd"; done } # Run a command, but first log it with "Trying" prepended.