Skip to content

Commit

Permalink
fixup! [Chore] Make activation wait timeout configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
rvem committed Nov 1, 2023
1 parent c8dfd65 commit 2e259eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ pub fn make_deploy_data<'a, 's>(
merged_settings.confirm_timeout = Some(confirm_timeout);
}
if let Some(activation_timeout) = cmd_overrides.activation_timeout {
merged_settings.confirm_timeout = Some(activation_timeout);
merged_settings.activation_timeout = Some(activation_timeout);
}

DeployData {
Expand Down

0 comments on commit 2e259eb

Please sign in to comment.