aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/include
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2026-03-19 15:45:51 +0100
committerGitHub Enterprise <[email protected]>2026-03-19 15:45:51 +0100
commitef01289c1e0ca9426dae07b9c1a8f68a5549f738 (patch)
tree63e200e70cc01171a053341bb2a6d364865f3368 /src/zenutil/include
parentimprove auth token refresh (#863) (diff)
downloadzen-ef01289c1e0ca9426dae07b9c1a8f68a5549f738.tar.xz
zen-ef01289c1e0ca9426dae07b9c1a8f68a5549f738.zip
add --hub-hydration-target-spec to zen hub (#867)
Diffstat (limited to 'src/zenutil/include')
-rw-r--r--src/zenutil/include/zenutil/zenserverprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/include/zenutil/zenserverprocess.h b/src/zenutil/include/zenutil/zenserverprocess.h
index 101b078e9..5528b766c 100644
--- a/src/zenutil/include/zenutil/zenserverprocess.h
+++ b/src/zenutil/include/zenutil/zenserverprocess.h
@@ -50,7 +50,7 @@ public:
ZenServerEnvironment(EStorageTag, std::filesystem::path ProgramBaseDir);
ZenServerEnvironment(EHubTag,
std::filesystem::path ProgramBaseDir,
- std::filesystem::path TestBaseDir,
+ std::filesystem::path ChildBaseDir,
std::string_view ServerClass = "");
ZenServerEnvironment(ETestTag,
std::filesystem::path ProgramBaseDir,