Skip to content

Commit

Permalink
change and fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
medamineziraoui committed Sep 3, 2020
1 parent 91f55d9 commit e019809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class TechnologyService {
}
def numberVersionExtraTechnologyV2 = getMostReleventV2VersionByV1Version(extraTechnologyV2["versions"], null, extraVersionNumberV1)
if (!numberVersionExtraTechnologyV2) {
throwAndLogError("Couldn t get number version for extra technology")
throwAndLogError("Couldn't get number version for extra technology")
}
return [language : extraTechnologyV2.label, version : numberVersionExtraTechnologyV2]
}
Expand Down

0 comments on commit e019809

Please sign in to comment.