Этот коммит содержится в:
Andy Librian
2020-01-07 23:00:56 +07:00
коммит произвёл Ben Schumacher
родитель 57167f4c72
Коммит a4c4437681
9 изменённых файлов: 37 добавлений и 34 удалений

Просмотреть файл

@@ -5,6 +5,7 @@ package config
import "github.com/pkg/errors"
// Migrate migrates SAML keys and certificates from one store to another given their data source names.
func Migrate(from, to string) error {
source, err := NewStore(from, false)
if err != nil {