Skip to content

Commit 035b7ce

Browse files
sxdfcanovai
authored andcommitted
review
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
1 parent 032ee15 commit 035b7ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function cleanVersion {
124124

125125
function isBeta {
126126
params = [ version ]
127-
result = (length(regexall("[0-9]+~beta.*", version)) > 0) ? true : false
127+
result = length(regexall("[0-9]+~beta.*", version)) > 0
128128
}
129129

130130
function getMajor {

0 commit comments

Comments
 (0)