Compare commits
2 Commits
41a0da0484
...
3d3b4f29b9
Author | SHA1 | Date | |
---|---|---|---|
3d3b4f29b9 | |||
f8d181ed6d |
2
main.go
2
main.go
@@ -198,7 +198,7 @@ func main() {
|
||||
log.Fatal("Error parsing repository from plugin").Str("file", starFile).Err(err).Send()
|
||||
}
|
||||
if repoName == "" {
|
||||
log.Fatal("Plugin must specify repository").Str("file", starFile).Msg("Add '# Repository: repo-name' comment at the top")
|
||||
log.Fatal("Plugin must specify repository").Str("file", starFile).Str("hint", "Add '# Repository: repo-name' comment at the top").Send()
|
||||
}
|
||||
|
||||
// Проверяем, что указанный репозиторий существует в конфигурации
|
||||
|
Reference in New Issue
Block a user