[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
zachmu
2021-11-09 23:17:46 +00:00
parent 79c78168ea
commit 42621bb61f

View File

@@ -145,7 +145,7 @@ func getOperation(dEnv *env.DoltEnv, setCfgTypes *set.StrSet, args []string, pri
var cfg config.ReadableConfig
switch setCfgTypes.Size() {
case 0:
cfg = dEnv.Config
cfg = dEnv.Config
case 1:
configElement := newCfgElement(setCfgTypes.AsSlice()[0])
var ok bool