mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-20 05:12:35 +00:00
fix regression after #60
This commit is contained in:
@@ -647,7 +647,7 @@ func newErrorStatusNotOK(request *gopencils.Resource) error {
|
||||
|
||||
return fmt.Errorf(
|
||||
"Confluence API returned unexpected status: %v, "+
|
||||
"output: %s",
|
||||
"output: %q",
|
||||
request.Raw.Status, output,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user