Skip to content

Commit

Permalink
Issue #1510: Oh well, a backslash fell to the wayside
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Dec 16, 2021
1 parent 6d188ab commit b865e3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ sub _CheckOTOBOVersion {
}

# Note: this check must be updated for every major and minor version
if ( $ReleaseInfo->{Version} !~ m/^10.1(.*)$/ ) {
if ( $ReleaseInfo->{Version} !~ m/^10\.1(.*)$/ ) {
return {
Message => $Message,
Comment => $Self->{LanguageObject}->Translate( 'You are trying to run this script on the wrong framework version %s!', $ReleaseInfo->{Version} ),
Expand Down

0 comments on commit b865e3d

Please sign in to comment.