Skip to content

Commit

Permalink
Update modules/localstack/localstack.go
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
  • Loading branch information
eddumelendez and mdelapenya committed Mar 31, 2023
1 parent d687205 commit 81a878c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/localstack/localstack.go
Expand Up @@ -54,7 +54,7 @@ func isVersion2(image string) bool {
}

if semver.IsValid(version) {
return semver.Compare(version, "v2.0") > 0 // version < v0.11
return semver.Compare(version, "v2.0") > 0 // version >= v2.0
}

return true
Expand Down

0 comments on commit 81a878c

Please sign in to comment.