mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-15 11:20:37 -05:00
Merge branch 'bh/user-specific-sess-vars' of github.com:liquidata-inc/dolt into bh/user-specific-sess-vars
This commit is contained in:
2
go/libraries/doltcore/env/environment.go
vendored
2
go/libraries/doltcore/env/environment.go
vendored
@@ -1315,6 +1315,6 @@ func (dEnv *DoltEnv) Unlock() error {
|
||||
if dEnv.IgnoreLocks {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
return dEnv.FS.DeleteFile(dEnv.LockFile())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user