Skip to content

Commit 2ceab5a

Browse files
author
Doug Hatcher
committed
adds version to verison string
1 parent 8c40fa8 commit 2ceab5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func main() {
4848
if len(os.Args) > 1 {
4949
arg := os.Args[1]
5050
if arg == "version" {
51-
fmt.Println("Magento CLI by Blue Acorn iCi x Infosys " + version)
51+
fmt.Println("Magento CLI by Blue Acorn iCi x Infosys version " + version)
5252
os.Exit(0)
5353
}
5454
}

0 commit comments

Comments
 (0)