Skip to content

Commit 15ecc83

Browse files
authored
fix: initialise logflare version path (#4343)
1 parent 3528950 commit 15ecc83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/config/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func NewPathBuilder(configPath string) pathBuilder {
6363
PgmetaVersionPath: filepath.Join(base, ".temp", "pgmeta-version"),
6464
PoolerVersionPath: filepath.Join(base, ".temp", "pooler-version"),
6565
RealtimeVersionPath: filepath.Join(base, ".temp", "realtime-version"),
66+
LogflareVersionPath: filepath.Join(base, ".temp", "logflare-version"),
6667
CliVersionPath: filepath.Join(base, ".temp", "cli-latest"),
6768
CurrBranchPath: filepath.Join(base, ".branches", "_current_branch"),
6869
SchemasDir: filepath.Join(base, "schemas"),

0 commit comments

Comments
 (0)