mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-23 21:32:41 +08:00
bump to 8.1
This commit is contained in:
parent
a6ac341799
commit
5428cc6833
4
main.go
4
main.go
@ -40,7 +40,7 @@ type Flags struct {
|
||||
}
|
||||
|
||||
const (
|
||||
version = "8.0"
|
||||
version = "8.1"
|
||||
usage = `mark - a tool for updating Atlassian Confluence pages from markdown.
|
||||
|
||||
Docs: https://github.com/kovetskiy/mark
|
||||
@ -178,7 +178,7 @@ func processFile(
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
|
||||
if pageID != "" && meta != nil {
|
||||
log.Warning(
|
||||
`specified file contains metadata, ` +
|
||||
|
Loading…
x
Reference in New Issue
Block a user