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 842c974 commit ef8c746Copy full SHA for ef8c746
1 file changed
server/server.go
@@ -93,7 +93,7 @@ func runServer(ctx context.Context, cfg *servercfg.DoltgresConfig, dEnv *env.Dol
93
if dEnv.HasDoltDataDir() {
94
cwd, _ := dEnv.FS.Abs(".")
95
return nil, errors.Errorf("Cannot start a server within a directory containing a Dolt or Doltgres database. "+
96
- "To use the current directory (%s) as a database, start the server from the parent directory.", cwd)
+ "To use the current directory (%s) as a database, start the server from the parent directory.", cwd)
97
}
98
99
defer tempfiles.MovableTempFileProvider.Clean()
0 commit comments