Skip to content

Commit

Permalink
Update utils.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
droopy4096 authored Aug 23, 2023
1 parent 0c7612f commit 954e6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fail() {
exit 1
}

version_above(){
version_above() {
local _ver=${1}
local _than_ver=${2}
[ "$_than_ver" = $(echo -e "$_ver\n$_than_ver" | sort -V | head -n1) ]
Expand Down

0 comments on commit 954e6fb

Please sign in to comment.