We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d1685 commit 8f63cceCopy full SHA for 8f63cce
core/src/dynamic_config/client/component.cpp
@@ -40,7 +40,7 @@ bool IsClownductorPrestable() {
40
}
41
auto content = fs::ReadFileContents(tp, filepath);
42
utils::text::Trim(content);
43
- return utils::text::EndsWith(content, "_pre_stable");
+ return utils::text::EndsWith(content, "_pre_stable") || utils::text::EndsWith(content, "_prestable");
44
45
#else
46
bool IsClownductorPrestable() { return false; }
0 commit comments