Skip to content

Commit

Permalink
Rename method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Nov 8, 2016
1 parent da7e7a8 commit 029e3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/library/version
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function bashlets_library_version_get()
}

#@method
function bashlets_library_version_require_exactly()
function bashlets_library_version_require()
{
local required="$1" actual max

Expand All @@ -59,8 +59,8 @@ function bashlets_library_version_require_exactly()

if [[ $max != $actual ]]
then
echo "[FATAL] BASHLETS_VERSION is $actual (required is $required)."
# exit 1
echo "[FATAL] BASHLETS_VERSION is $actual (required is at least $required)."
return 1
fi
}

Expand Down

0 comments on commit 029e3a3

Please sign in to comment.