Skip to content

Commit 95de9ea

Browse files
committed
Allow leading hyphen in private key argument
1 parent 1a0c99f commit 95de9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/bors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct Opts {
4646
app_id: u64,
4747

4848
/// Private key used to authenticate as a Github App.
49-
#[arg(long, env = "PRIVATE_KEY")]
49+
#[arg(long, env = "PRIVATE_KEY", allow_hyphen_values = true)]
5050
private_key: String,
5151

5252
/// GitHub OAuth client ID for rollups.

0 commit comments

Comments
 (0)