Correct binary name for nebula-cert.

This commit is contained in:
Kaitlyn Parkhurst 2021-06-20 14:40:21 -07:00
parent 7a22f2ebbf
commit 5cd755eb83

View file

@ -34,7 +34,7 @@ sub register ( $self, $app, $config ) {
# Helpers to get the nebula/nebula_cert binary paths for the
# system running MeshMage.
$app->helper( nebula_cert => sub ($c) {
return state $nebula_cert = sprintf( "%s/%s/nebula_cert",
return state $nebula_cert = sprintf( "%s/%s/nebula-cert",
$c->config->{nebula}{store}, $c->config->{nebula}{use}
);
});