mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-07 08:50:34 -06:00
Update merge.go
This commit is contained in:
@@ -120,7 +120,7 @@ func (cmd MergeCmd) Exec(ctx context.Context, commandStr string, args []string,
|
||||
return 1
|
||||
} else if dEnv.IsMergeActive() {
|
||||
cli.Println("error: Merging is not possible because you have not committed an active merge.")
|
||||
cli.Println("hint: add affected tables using 'dolt add <table>' and commit using {{.EmphasisLeft}}dolt commit -m <msg>{{.EmphasisRight}}")
|
||||
cli.Println("hint: add affected tables using 'dolt add <table>' and commit using 'dolt commit -m <msg>'")
|
||||
cli.Println("fatal: Exiting because of active merge")
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user