Skip to content

Commit 7c12174

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
make the env variable even longer
1 parent 3103e5f commit 7c12174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbuilder/rustwide_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl RustwideBuilder {
7979
.unwrap_or(false);
8080
let mut builder = WorkspaceBuilder::new(Path::new(workspace_path), USER_AGENT)
8181
.running_inside_docker(is_docker);
82-
if let Ok(custom_image) = std::env::var("DOCS_RS_LOCAL_IMAGE") {
82+
if let Ok(custom_image) = std::env::var("DOCS_RS_LOCAL_DOCKER_IMAGE") {
8383
builder = builder.sandbox_image(SandboxImage::local(&custom_image)?);
8484
}
8585

0 commit comments

Comments
 (0)