diff options
Diffstat (limited to 'src/sub_commands/push.rs')
| -rw-r--r-- | src/sub_commands/push.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs index 92c1c18..3c471c0 100644 --- a/src/sub_commands/push.rs +++ b/src/sub_commands/push.rs | |||
| @@ -150,6 +150,8 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { | |||
| 150 | 150 | ||
| 151 | let (signer, user_ref) = login::launch( | 151 | let (signer, user_ref) = login::launch( |
| 152 | &git_repo, | 152 | &git_repo, |
| 153 | &cli_args.bunker_uri, | ||
| 154 | &cli_args.bunker_app_key, | ||
| 153 | &cli_args.nsec, | 155 | &cli_args.nsec, |
| 154 | &cli_args.password, | 156 | &cli_args.password, |
| 155 | Some(&client), | 157 | Some(&client), |