Skip to content

Commit 26e238e

Browse files
Gbd199mxpv
authored andcommitted
Update namespace gRPC header reference path
Signed-off-by: Gabriel Dolberg <[email protected]>
1 parent 6b225fb commit 26e238e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ macro_rules! with_namespace {
118118
($req : ident, $ns: expr) => {{
119119
let mut req = Request::new($req);
120120
let md = req.metadata_mut();
121-
// https://github.com/containerd/containerd/blob/main/namespaces/grpc.go#L27
121+
// https://github.com/containerd/containerd/blob/main/pkg/namespaces/grpc.go#L27
122122
md.insert("containerd-namespace", $ns.parse().unwrap());
123123
req
124124
}};

0 commit comments

Comments
 (0)