Skip to content

Commit

Permalink
Update nexus/src/app/sagas/instance_create.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Plotnick <[email protected]>
  • Loading branch information
zephraph and plotnick authored Jan 29, 2024
1 parent 721e2bf commit b67b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/sagas/instance_create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ async fn sic_associate_ssh_keys(
);
let instance_id = sagactx.lookup::<Uuid>("instance_id")?;

// Gather the SSH public keys of the actor make the request so
// Gather the SSH public keys of the actor making the request so
// that they may be injected into the new image via cloud-init.
// TODO-security: this should be replaced with a lookup based on
// on `SiloUser` role assignments once those are in place.
Expand Down

0 comments on commit b67b7fc

Please sign in to comment.