Skip to content

Commit 6139e9e

Browse files
committed
Merge branch 'workspace-support' of github.com:Concordium/concordium-smart-contract-tools into workspace-support
2 parents 7504898 + a0eea0d commit 6139e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cargo-concordium/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ struct ContainerBuildOutput {
262262
///
263263
/// - `image`, the docker image that will be used to build.
264264
/// - `package`, the package to build.
265-
/// - `package_root_path`, the cargo metadata object.
265+
/// - `metadata`, the cargo metadata object.
266266
/// - `extra_args`, the extra arguments to pass to the cargo build command.
267267
/// - `container_runtime`, the container runtime to use, e.g. `docker` or
268268
/// `podman`

0 commit comments

Comments
 (0)