Skip to content

Commit 019de1f

Browse files
authored
Fix: Typo (#868)
1 parent 2a43614 commit 019de1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bumpRelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if ($_SERVER['argc'] < 1) {
1212
}
1313

1414
$major = (int) $_SERVER['argv'][1];
15-
isset($RELEASES[$major]) or die("Unkown major version $major");
15+
isset($RELEASES[$major]) or die("Unknown major version $major");
1616
$minor = isset($_SERVER['argv'][2]) ? (int) $_SERVER['argv'][2] : null;
1717

1818
$version = get_current_release_for_branch($major, $minor);

0 commit comments

Comments
 (0)