back to commit sha length of 7

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-11-19 18:12:23 +01:00
parent 8cb0002d6a
commit e44a9cd788
3 changed files with 72 additions and 72 deletions

View File

@ -13,7 +13,7 @@ import * as icl from './image';
import * as tcl from './tag';
import * as fcl from './flavor';
const defaultShortShaLength = 12;
const defaultShortShaLength = 7;
export interface Version {
main: string | undefined;