mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Simple typo fix in versionning support (broken comparison)
This commit is contained in:
parent
006e7297ba
commit
ed9c48c400
2
init/msm
2
init/msm
@ -3818,7 +3818,7 @@ get_closest_version() {
|
||||
if [[ "$RETURN" == "$given_version" ]]; then
|
||||
# This version is older than or equal to the given version
|
||||
|
||||
_newest_version "$clostest_version" "$v_version"
|
||||
_newest_version "$closest_version" "$v_version"
|
||||
if [[ "$RETURN" == "$v_version" ]]; then
|
||||
# This version is newer than or equal to the closest version
|
||||
closest_version="$v_version"
|
||||
|
Loading…
Reference in New Issue
Block a user