Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Sep 22, 2023
1 parent 86bf0bf commit 4588637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop_binaries/src/bin/janus_interop_aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ async fn main() -> anyhow::Result<()> {
let migrator = Migrator::new(Path::new("/etc/janus/migrations")).await?;
migrator.run(&mut connection).await?;

// subscriber-01 only: insert a global HPKE key, since this instance branch of Janus only
// subscriber-01 only: insert a global HPKE key, since this instance of Janus only
// advertises global keys.
datastore
.run_tx(|tx| {
Expand Down

0 comments on commit 4588637

Please sign in to comment.