fix: rename remaining scrape_pairing_code call site
This commit is contained in:
@@ -125,7 +125,7 @@ impl MissionRuntimeProvisioner {
|
|||||||
// Reuse; try to re-scrape the pairing code from logs,
|
// Reuse; try to re-scrape the pairing code from logs,
|
||||||
// but it may have rotated out — caller falls back to
|
// but it may have rotated out — caller falls back to
|
||||||
// the previously-persisted value in that case.
|
// the previously-persisted value in that case.
|
||||||
let pairing_code = self.scrape_pairing_code(&name).await;
|
let pairing_code = self.mint_pairing_code(&name).await;
|
||||||
return Ok(EnsuredContainer {
|
return Ok(EnsuredContainer {
|
||||||
endpoint: endpoint_url(&name),
|
endpoint: endpoint_url(&name),
|
||||||
pairing_code,
|
pairing_code,
|
||||||
|
|||||||
Reference in New Issue
Block a user