mirror of
https://github.com/dergigi/boris.git
synced 2026-02-09 17:14:58 +01:00
fix: remove quotation marks from title in publish-markdown script
This commit is contained in:
@@ -79,7 +79,7 @@ publish_file() {
|
||||
"event"
|
||||
"-k" "30023"
|
||||
"-d" "$identifier"
|
||||
"-t" "title=\"$title\""
|
||||
"-t" "title=$title"
|
||||
"--content" "@$file_path"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user