Skip to content

Commit

Permalink
Merge pull request #2262 from Granjow/patch-1
Browse files Browse the repository at this point in the history
Fix typo in URL
  • Loading branch information
jedevc authored Feb 20, 2024
2 parents 97e8fa7 + fb604d4 commit 714b85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ func toSolveOpt(ctx context.Context, node builder.Node, multiDriver bool, opt Op
}
}
} else if !nodeDriver.Features(ctx)[driver.DockerExporter] {
return nil, nil, notSupported(driver.DockerExporter, nodeDriver, "https:/docs.docker.com/go/build-exporters/")
return nil, nil, notSupported(driver.DockerExporter, nodeDriver, "https://docs.docker.com/go/build-exporters/")
}
}
if e.Type == "image" && nodeDriver.IsMobyDriver() {
Expand Down

0 comments on commit 714b85a

Please sign in to comment.