Skip to content

Commit 4edcb96

Browse files
committed
[core] Update branding
1 parent e5921d7 commit 4edcb96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

common/product/constants.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ var ( // Acquired from -ldflags="-X=..." in Makefile
3535
)
3636

3737
var (
38-
NAME = "o2control"
39-
PRETTY_SHORTNAME = "O² Control"
40-
PRETTY_FULLNAME = " Control System"
38+
NAME = "aliecs"
39+
PRETTY_SHORTNAME = "AliECS"
40+
PRETTY_FULLNAME = "ALICE Experiment Control System"
4141
VERSION = strings.Join([]string{VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH}, ".")
4242
VERSION_SHORT = VERSION
4343
VERSION_BUILD = strings.Join([]string{VERSION, BUILD}, "-")

0 commit comments

Comments
 (0)