Skip to content

Commit 44cce5a

Browse files
committed
Update script
1 parent 40fcb52 commit 44cce5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/asciidoctor/convert_to_man.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=$(go run ../../main.go version)
3+
version=$(go run ../../cmd/clx/main.go --version | awk '{print $NF}')
44

55
touch clx.adoc
66

0 commit comments

Comments
 (0)