mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-25 18:28:57 -06:00
Added a UrlStr method to doltEnv
This commit is contained in:
4
go/libraries/doltcore/env/environment.go
vendored
4
go/libraries/doltcore/env/environment.go
vendored
@@ -106,6 +106,10 @@ func (dEnv *DoltEnv) GetConfig() config.ReadableConfig {
|
||||
return dEnv.Config
|
||||
}
|
||||
|
||||
func (dEnv *DoltEnv) UrlStr() string {
|
||||
return dEnv.urlStr
|
||||
}
|
||||
|
||||
func createRepoState(fs filesys.Filesys) (*RepoState, error) {
|
||||
repoState, rsErr := LoadRepoState(fs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user