Skip to content

Commit b2a4f03

Browse files
committed
fix: correct commands error message
Signed-off-by: Kevin O'Donnell <kevin@blockchaintp.com>
1 parent fff17c1 commit b2a4f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function commands::err_not_found {
2626
@doc Print command not found error message and exit
2727
@arg _1_ the command that was not found
2828
local cmd=${1:?}
29-
log::error "cmd is either not installed or not on the PATH"
29+
log::error "$cmd is either not installed or not on the PATH"
3030
exit 1
3131
}
3232

0 commit comments

Comments
 (0)