1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 06:14:09 +00:00
This commit is contained in:
Justin McCarthy
2018-08-29 15:48:07 -07:00
parent 2e9f6cf270
commit 3711e0054d
4 changed files with 18 additions and 18 deletions

View File

@@ -88,7 +88,7 @@ func GetPlugin(ts TicketSystem) TicketPlugin {
cfgStringed[kS] = v
}
err := tp.Configure(cfgStringed)
if( err != nil) {
if err != nil {
panic(fmt.Sprintf("Configuration error `%s` in project YAML", err))
}
}