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 3528950 commit 15ecc83Copy full SHA for 15ecc83
pkg/config/utils.go
@@ -63,6 +63,7 @@ func NewPathBuilder(configPath string) pathBuilder {
63
PgmetaVersionPath: filepath.Join(base, ".temp", "pgmeta-version"),
64
PoolerVersionPath: filepath.Join(base, ".temp", "pooler-version"),
65
RealtimeVersionPath: filepath.Join(base, ".temp", "realtime-version"),
66
+ LogflareVersionPath: filepath.Join(base, ".temp", "logflare-version"),
67
CliVersionPath: filepath.Join(base, ".temp", "cli-latest"),
68
CurrBranchPath: filepath.Join(base, ".branches", "_current_branch"),
69
SchemasDir: filepath.Join(base, "schemas"),
0 commit comments