Skip to content

Commit 1329821

Browse files
committed
Fix typo in the auth header name in the --heartbeat-auth cli option
1 parent fe78162 commit 1329821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ struct Cli {
144144
#[clap(long, env = "SQLD_HEARTBEAT_URL")]
145145
heartbeat_url: Option<String>,
146146

147-
/// The HTTP "Authornization" header to include in the a server heartbeat
147+
/// The HTTP "Authorization" header to include in the a server heartbeat
148148
/// `POST` request.
149149
/// By default, the server doesn't send a heartbeat.
150150
#[clap(long, env = "SQLD_HEARTBEAT_AUTH")]

0 commit comments

Comments
 (0)