Skip to content

Commit

Permalink
Use _omb_util_print
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Oct 2, 2024
1 parent 444989f commit 04dbf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.bash
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function _omb_cmd_update {
}
function _omb_cmd_version {
if ! _omb_util_command_exists git; then
echo "git not available to determine version"
_omb_util_print 'git not available to determine version'
return 1
fi

Expand Down

0 comments on commit 04dbf9a

Please sign in to comment.