Skip to content

Commit df442c4

Browse files
authored
Merge pull request #478 from Kobzol/allow-leading-hyphen
Allow leading hyphen in private key argument
2 parents 6078de4 + 95de9ea commit df442c4

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)