update panic message
This commit is contained in:
parent
c4850e79c1
commit
1d6cc670df
@ -129,6 +129,6 @@ pub fn k8s_ingress_path(input: TokenStream) -> TokenStream {
|
|||||||
let expanded = quote! {(#path_str.to_string()) };
|
let expanded = quote! {(#path_str.to_string()) };
|
||||||
return TokenStream::from(expanded);
|
return TokenStream::from(expanded);
|
||||||
}
|
}
|
||||||
false => panic!("Invalid k8s path"),
|
false => panic!("Invalid k8s ingress path"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user