Skip to content

Commit 73d026d

Browse files
committed
Ensure new tag is built
Signed-off-by: Dom Del Nano <ddelnano@gmail.com> (cherry picked from commit e0281639b1fa5d4fdf44cf71f9921ba708ec12f7)
1 parent 73f17fe commit 73d026d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/vizier/services/agent/pem/pem_main.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include <sole.hpp>
2020

21+
2122
#include "src/integrations/grpc_clocksync/grpc_clock_converter.h"
2223
#include "src/vizier/services/agent/pem/pem_manager.h"
2324
#include "src/vizier/services/agent/shared/base/lifecycle.h"
@@ -29,7 +30,7 @@
2930
#include "src/shared/version/version.h"
3031

3132
DEFINE_string(nats_url, gflags::StringFromEnv("PL_NATS_URL", "pl-nats"),
32-
"The host address of the nats cluster");
33+
"The host address of the nats cluster.");
3334
DEFINE_string(pod_name, gflags::StringFromEnv("PL_POD_NAME", ""),
3435
"The name of the POD the PEM is running on");
3536
DEFINE_string(host_ip, gflags::StringFromEnv("PL_HOST_IP", ""),

0 commit comments

Comments
 (0)