You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accept null branch & database in credentials files (#385)
The gel CLI recently started writing credentials files that use `null`
to indicate that the default branch name should be used instead of
specifying a value explicitly. This caused the following error in
gel-go.
```
`database` must be a string
```
Closes#382