Skip to content

Commit

Permalink
upper/lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstendb-ARM committed Nov 13, 2023
1 parent 3223a41 commit ba7de17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
start := time.Now()

commands.Version = version
commands.CopyRight = copyRight
commands.Copyright = copyright
cmd := commands.NewCli()
err := cmd.Execute()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ package main

var version string

const copyRight = "(C) 2023 Arm Ltd."
const copyright = "(C) 2023 Arm Ltd."

0 comments on commit ba7de17

Please sign in to comment.