Skip to content

Commit

Permalink
address @gjcolombo review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jan 17, 2024
1 parent b821d24 commit c282597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phd-tests/framework/src/artifacts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub use store::Store as ArtifactStore;

pub const DEFAULT_PROPOLIS_ARTIFACT: &str = "__DEFAULT_PROPOLIS";

pub const CRUCIBLE_DOWNSTAIRS_ARTIFACT: &str = "crucible-downstairs";
pub const CRUCIBLE_DOWNSTAIRS_ARTIFACT: &str = "__DEFAULT_CRUCIBLE_DOWNSTAIRS";

#[derive(Clone, Debug, Serialize, Eq, PartialEq)]
#[serde(transparent)]
Expand Down
2 changes: 1 addition & 1 deletion phd-tests/framework/src/artifacts/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ fn extract_tarball(
let out_path = dir_path.join(filename);
entry.unpack(&out_path).with_context(|| {
format!(
"Failed to unpack '{bin_path} 'from tarball to {out_path}"
"Failed to unpack '{bin_path}' from tarball to {out_path}"
)
})?;
return Ok(out_path);
Expand Down

0 comments on commit c282597

Please sign in to comment.