Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Nov 11, 2024
1 parent 1df5ca8 commit 1ca7c6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class RamlResourceRenderer constructor(val api: Api, val vrapTypeProvider: VrapT
else ->
"""
|curl$xParam ${baseUri}${r.fullUri.normalize().template}$queryParameters -i${if (addBearerToken) """ \\
|--header "Authorization: Bearer ${'$'}{BEARER_TOKEN}"""" else ""}${if (headers.isNotEmpty()) """ \\
|--header "Authorization: Bearer ${'$'}{BEARER_TOKEN}" """ else ""}${if (headers.isNotEmpty()) """ \\
|${headers.joinToString("\\\\\n")}
""" else ""}
"""
Expand Down

0 comments on commit 1ca7c6c

Please sign in to comment.