Skip to content

Commit ef8c746

Browse files
committed
formatting
1 parent 842c974 commit ef8c746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func runServer(ctx context.Context, cfg *servercfg.DoltgresConfig, dEnv *env.Dol
9393
if dEnv.HasDoltDataDir() {
9494
cwd, _ := dEnv.FS.Abs(".")
9595
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)
96+
"To use the current directory (%s) as a database, start the server from the parent directory.", cwd)
9797
}
9898

9999
defer tempfiles.MovableTempFileProvider.Clean()

0 commit comments

Comments
 (0)