mirror of
https://github.com/kovetskiy/mark.git
synced 2025-06-08 07:22:40 +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 (
|
const (
|
||||||
version = "8.0"
|
version = "8.1"
|
||||||
usage = `mark - a tool for updating Atlassian Confluence pages from markdown.
|
usage = `mark - a tool for updating Atlassian Confluence pages from markdown.
|
||||||
|
|
||||||
Docs: https://github.com/kovetskiy/mark
|
Docs: https://github.com/kovetskiy/mark
|
||||||
@ -178,7 +178,7 @@ func processFile(
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if pageID != "" && meta != nil {
|
if pageID != "" && meta != nil {
|
||||||
log.Warning(
|
log.Warning(
|
||||||
`specified file contains metadata, ` +
|
`specified file contains metadata, ` +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user